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)
{
{