X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsdl.c;h=9d2dc17c656f06b6ded090cc5da70f22bdd7b84e;hb=5c6c42f1;hp=14ad28fe39d1b696cf748fcc5ede4284428fe1ae;hpb=fab52dc04709ef9eb5110d860f02f5ccf7719c2c;p=rocksndiamonds.git diff --git a/src/libgame/sdl.c b/src/libgame/sdl.c index 14ad28fe..9d2dc17c 100644 --- a/src/libgame/sdl.c +++ b/src/libgame/sdl.c @@ -2536,7 +2536,7 @@ void SDLCloseAudio(void) /* event functions */ /* ========================================================================= */ -void SDLNextEvent(Event *event) +void SDLWaitEvent(Event *event) { SDL_WaitEvent(event); }