Oops, don't need to check that
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402098
This commit is contained in:
parent
07ee716e3a
commit
31b71378d9
1 changed files with 1 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue