Should have done this a year ago

This commit is contained in:
theoddone33
2002-05-22 06:11:50 +00:00
parent 6fb0ae4104
commit 81caf15237

View File

@@ -589,7 +589,7 @@ int startgame(void)
if (SDL_Init(SDL_INIT_AUDIO | SDL_INIT_TIMER | if (SDL_Init(SDL_INIT_AUDIO | SDL_INIT_TIMER |
SDL_INIT_VIDEO) < 0) SDL_INIT_VIDEO) < 0)
{ {
fprintf(stderr, "Could not initialize SDL!\n"); fprintf(stderr, "Could not initialize SDL: %s", SDL_GetError());
return FALSE; return FALSE;
} }
sdl_state = vid_none; sdl_state = vid_none;