Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Oops, don't need to check that
  • Loading branch information
pmandin committed Sep 20, 2006
1 parent cb2c369 commit e9ae8b7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/video/ataricommon/SDL_atarievents.c
Expand Up @@ -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);
Expand Down

0 comments on commit e9ae8b7

Please sign in to comment.