git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2948 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2008-03-08 21:12:16 +00:00
parent 93731f2dd7
commit 244eec1c77
@@ -204,7 +204,7 @@ TFB_ProcessEvents ()
ProcessInputEvent (&Event);
/* Handle Graphics events. */
switch (Event.type) {
case SDL_ACTIVEEVENT: /* Loose/gain visibility */
case SDL_ACTIVEEVENT: /* Lose/gain visibility */
// TODO
break;
case SDL_QUIT: