Author: mordante
Date: Mon Mar 30 23:12:28 2009
New Revision: 34302
URL: http://svn.gna.org/viewcvs/wesnoth?rev=34302&view=rev
Log:
Fix a compiler warning.
Modified:
trunk/src/ai_manager.hpp
Modified: trunk/src/ai_manager.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/ai_manager.hpp?rev=34302&r1=34301&r2=34302&view=diff
==============================================================================
--- trunk/src/ai_manager.hpp (original)
+++ trunk/src/ai_manager.hpp Mon Mar 30 23:12:28 2009
@@ -114,7 +114,7 @@
// 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;
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits