Really patched to compile this time?

main
Ryan C. Gordon 2014-12-24 13:21:28 -05:00
parent 9f111ce4b9
commit 9c38244f5d
1 changed files with 1 additions and 2 deletions

View File

@ -170,7 +170,6 @@ SDL_Window* initWindow(SDL_Window *window, int width,int height)
void loop() void loop()
{ {
static SDL_Window *window = NULL;
SDL_Event event; SDL_Event event;
SDL_RWops *stream; SDL_RWops *stream;
@ -267,7 +266,7 @@ void loop()
break; break;
} }
} }
DrawScreen(screen); DrawScreen(screen, window);
} }
int main(int argc, char* argv[]) int main(int argc, char* argv[])