# HG changeset patch # User Matti Hamalainen # Date 1274700244 -10800 # Node ID 411c1c8d810ec994a7ff1865934262e60e2ebe54 # Parent 53676367d46f649850d84c518616a53a79e5d49b Use #if 0 instead of commenting out. diff -r 53676367d46f -r 411c1c8d810e pwplib/pwplib-unix.c --- a/pwplib/pwplib-unix.c Mon May 24 11:48:48 2010 +0300 +++ b/pwplib/pwplib-unix.c Mon May 24 14:24:04 2010 +0300 @@ -50,11 +50,12 @@ if (event.key.keysym.sym == SDLK_ESCAPE) quit = 1; break; -/* +#if 0 +/* NOTICE! Disableing this is a hack for Final ISI only */ case SDL_QUIT: quit = 1; break; -*/ +#endif } } if (quit) {