From b474de4a54c9b1d4d863971e40b807588d554436 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 24 Aug 2012 22:48:35 +0300 Subject: replace defines to consts. --- src/game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game.h') 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 -#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 -- cgit v1.2.3-60-g2f50