changeset 52:411c1c8d810e

Use #if 0 instead of commenting out.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 24 May 2010 14:24:04 +0300
parents 53676367d46f
children f0c596c5905b
files pwplib/pwplib-unix.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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) {