Changes

Jump to navigation Jump to search
35 bytes removed ,  14:29, 27 May 2009
no edit summary
Line 96: Line 96:  
SDL_FillRect(screen, 0, SDL_MapRGB(screen->format, 255, 0, 0));
 
SDL_FillRect(screen, 0, SDL_MapRGB(screen->format, 255, 0, 0));
 
 
// this is the endless while loop until someone presses the home button on the wiimote
+
// this is the endless while loop until done = true
 
while (!done)
 
while (!done)
 
         {
 
         {
381

edits

Navigation menu