(svn r23357) -Codechange: move AIStorage to ScriptStorage

This commit is contained in:
truebrain
2011-11-29 23:21:04 +00:00
parent c2398c0fe1
commit 99cb93ef6f
12 changed files with 48 additions and 47 deletions

View File

@@ -25,7 +25,7 @@
*/
class ScriptTestMode : public ScriptObject {
private:
AIModeProc *last_mode; ///< The previous mode we were in.
ScriptModeProc *last_mode; ///< The previous mode we were in.
ScriptObject *last_instance; ///< The previous instace of the mode.
protected: