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
|
void
|
||||||
Atari_PumpEvents(_THIS)
|
Atari_PumpEvents(_THIS)
|
||||||
{
|
{
|
||||||
static int first_time = 1;
|
Atari_InitializeEvents(_this);
|
||||||
if (first_time) {
|
|
||||||
Atari_InitializeEvents(_this);
|
|
||||||
first_time = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Call choosen routine */
|
/* Call choosen routine */
|
||||||
_this->PumpEvents(_this);
|
_this->PumpEvents(_this);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue