mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 22:31:15 +00:00
Fix a compiler warning.
This commit is contained in:
parent
15c5cfb0a3
commit
f14afc1a4b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user