# HG changeset patch # User Patrice Mandin # Date 1158788286 0 # Node ID 59e1a50193aa406aaaa1d31824e5d520a14f6caf # Parent b657f0bc72c2fc61d25c66221a58c2a2f48ab08f Oops, don't need to check that diff -r b657f0bc72c2 -r 59e1a50193aa src/video/ataricommon/SDL_atarievents.c --- 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);