tags 390313 patch stop Here's the patch:
--- MainSDL_Event.cpp.orig 2007-02-24 00:00:52.000000000 -0800
+++ MainSDL_Event.cpp 2007-02-23 23:55:25.000000000 -0800
@@ -71,6 +71,8 @@
case SDL_JOYBUTTONUP:
joystickButtonUp(event);
break;
+ case SDL_QUIT:
+ return true; // return "yes, we're done now."
default:
break;
}
-Brandon
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

