BugInTheSYS

Untitled

Oct 20th, 2011
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. while( true ) {
  2.   if( poll( Key.k ) && MayBeIncrementedAgain ) {
  3.     i++;
  4.     MayBeIncrementedAgain = false;
  5.   } else if( !poll( key.k ) ) {
  6.     MayBeIncrementedAgain = true;
  7.   }
  8. }
  9.  
Advertisement
Add Comment
Please, Sign In to add comment