Revert; SDL_PollEvent() never returns -1.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3714 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2011-12-28 18:31:23 +00:00
parent c64e15b9e5
commit 1d530a2ffb
+1 -1
View File
@@ -186,7 +186,7 @@ TFB_ProcessEvents ()
{ {
SDL_Event Event; SDL_Event Event;
while (SDL_PollEvent (&Event) > 0) while (SDL_PollEvent (&Event))
{ {
/* Run through the InputEvent filter. */ /* Run through the InputEvent filter. */
ProcessInputEvent (&Event); ProcessInputEvent (&Event);