diff src/video/ataricommon/SDL_atarievents.c @ 2034:59e1a50193aa

Oops, don't need to check that
author Patrice Mandin <patmandin@gmail.com>
date Wed, 20 Sep 2006 21:38:06 +0000
parents ddf89133aebc
children adf732f1f016
line wrap: on
line diff
--- a/src/video/ataricommon/SDL_atarievents.c	Wed Sep 20 21:29:44 2006 +0000
+++ b/src/video/ataricommon/SDL_atarievents.c	Wed Sep 20 21:38:06 2006 +0000
@@ -117,11 +117,7 @@
 void
 Atari_PumpEvents(_THIS)
 {
-    static int first_time = 1;
-    if (first_time) {
-        Atari_InitializeEvents(_this);
-        first_time = 0;
-    }
+    Atari_InitializeEvents(_this);
 
     /* Call choosen routine */
     _this->PumpEvents(_this);