src/player.h
branchnoai
changeset 9598 b73018a5ffc0
parent 9505 9711235f5693
child 9624 b71483f2330f
--- a/src/player.h	Sat Apr 14 22:16:11 2007 +0000
+++ b/src/player.h	Sun Apr 15 00:17:57 2007 +0000
@@ -63,6 +63,7 @@
 
 	bool is_active;
 	bool is_ai;
+	bool is_noai; ///< This is a NoAI player (for loading old savegames properly). Part of the NoAI 'hack' to retain savegame compatability with trunk.
 
 	int64 yearly_expenses[3][13];
 	PlayerEconomyEntry cur_economy;