comparison pwplib/pwplib-unix.c @ 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
comparison
equal deleted inserted replaced
51:53676367d46f 52:411c1c8d810e
48 switch (event.type) { 48 switch (event.type) {
49 case SDL_KEYDOWN: 49 case SDL_KEYDOWN:
50 if (event.key.keysym.sym == SDLK_ESCAPE) 50 if (event.key.keysym.sym == SDLK_ESCAPE)
51 quit = 1; 51 quit = 1;
52 break; 52 break;
53 /* 53 #if 0
54 /* NOTICE! Disableing this is a hack for Final ISI only */
54 case SDL_QUIT: 55 case SDL_QUIT:
55 quit = 1; 56 quit = 1;
56 break; 57 break;
57 */ 58 #endif
58 } 59 }
59 } 60 }
60 if (quit) { 61 if (quit) {
61 SDL_Quit(); 62 SDL_Quit();
62 pwplib_shutdown(); 63 pwplib_shutdown();