[A89] Re: assembly-89 Digest V2 #109


[Prev][Next][Index][Thread]

[A89] Re: assembly-89 Digest V2 #109




About your code:

Just before you free everything you have some code that looks like this:

if(score > hscore)
{
  <something>;
} else
// printf(<something>);
GKeyFlush();

OSFreeTimer( ...

Just a thought, I don't know if this is related, but keyboard queue will 
ONLY get flushed if it is NOT a high score.  When you commented out the 
printf, the semicolon got commented out, and since you don't have braces, 
the else is still looking for the next statement, which happens to be the 
GKeyFlush();.  Either remove the else, put braces around your comment, or 
put a semicolon after the else to fix it.

Cody Cutrer, a.k.a. programmer066

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx