Browse Source

fixed SDL1 compile error

Wei Mingzhi 9 years ago
parent
commit
17ac40ffaa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      input.c

+ 1 - 1
input.c

@@ -1113,6 +1113,6 @@ PAL_PollEvent(
 
    return ret;
 #else
-   return SDL_PollEvent(&evt);
+   return SDL_PollEvent(event);
 #endif
 }