diff options
Diffstat (limited to 'src/game.h')
-rw-r--r-- | src/game.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.h b/src/game.h index 17e67b243..6fc42be42 100644 --- a/src/game.h +++ b/src/game.h @@ -29,7 +29,7 @@ #include <SDL/SDL.h> -#define MAX_LASTKEYS 10 +static const int MAX_LASTKEYS = 10; extern volatile int cur_time; //extern std::string map_path; // TODO: Get rid of this global |