Can you help with a function problem?

Started by
1 comment, last by SomePerson 19 years, 10 months ago
I am working on my game... I have a Function Setup. this function sets up my window, BUT!!!! when it runs the code is skipped... I have tryed many different forms of the function, rewritten it and have spent about 2 hrs of debugging this code but only this bug won''t get out? has anyone every seen where whole functions are skipped even though they were called? Do you know how to fix this? Please help! ... thank you
Advertisement
Show us some code, please. Code simply can''t be "skipped", unless it doesn''t get called from anywhere. Something strange must be going on.
Is it an overloading function? Is it a member of a class that is in an OO design?

Kuphryn

This topic is closed to new replies.

Advertisement