changeset 3250 | d5cd1a617123 |
parent 3199 | 1a9938a27677 |
child 3270 | 9bd8fb1707b9 |
--- a/cocoaTouch/SDLOverrides/SDL_uikitappdelegate.m Fri Apr 02 10:50:10 2010 +0000 +++ b/cocoaTouch/SDLOverrides/SDL_uikitappdelegate.m Fri Apr 02 12:38:36 2010 +0000 @@ -124,7 +124,7 @@ SDL_SendQuit(); if (isInGame) { HW_terminate(YES); - // hack to prevent automatic termination. See SDL_uikitevents.m for details + // hack to prevent automatic termination. See SDL_uikitevents.m for details longjmp(*(jump_env()), 1); } }