Commit 31b71378 authored by Patrice Mandin's avatar Patrice Mandin

Oops, don't need to check that

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402098
parent 07ee716e
...@@ -117,11 +117,7 @@ SDL_Atari_InitializeEvents(_THIS) ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment