Oops, don't need to check that

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402098
This commit is contained in:
Patrice Mandin 2006-09-20 21:38:06 +00:00
parent 07ee716e3a
commit 31b71378d9

View file

@ -117,11 +117,7 @@ SDL_Atari_InitializeEvents(_THIS)
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);