Fix a compiler warning.

This commit is contained in:
Mark de Wever 2009-03-30 21:12:28 +00:00
parent 15c5cfb0a3
commit f14afc1a4b

View File

@ -114,7 +114,7 @@ public:
// CONSTANTS
// =======================================================================
static const int MAX_HISTORY_SIZE = 200;
static const size_t MAX_HISTORY_SIZE = 200;
static const int AI_TEAM_COMMAND_AI = 0;
static const int AI_TEAM_FALLBACK_AI = -1;