Mercurial > sdl-ios-xcode
changeset 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 | b657f0bc72c2 |
children | c848c18684ab |
files | src/video/ataricommon/SDL_atarievents.c |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
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);