fix SDL_quinnevents.

This commit is contained in:
Andrew Pamment 2017-10-07 23:41:23 +10:00
parent 15837ff4e1
commit a7a7ed17b0

View File

@ -168,7 +168,7 @@ void QUINN_PumpEvents(_THIS) {
int i;
int l;
if (this->hidden->doexit == 1) {
SDLK_PrivateQuit();
SDL_PrivateQuit();
}
if (current_req_current) {