src/ai/api/ai_log.hpp
branchnoai
changeset 10750 e2c339d613d1
parent 9872 d4321b8dd97b
--- a/src/ai/api/ai_log.hpp	Tue May 27 15:24:23 2008 +0000
+++ b/src/ai/api/ai_log.hpp	Tue May 27 21:04:10 2008 +0000
@@ -39,6 +39,7 @@
 		AILog::AILogType *type; //!< Per line, which type of log it was.
 		int count;              //!< Total amount of log-lines possible.
 		int pos;                //!< Current position in lines.
+		int used;               //!< Total amount of used log-lines.
 	};
 
 	/**