From c99950c21537f9c890e4eac6d077c0ec6f31b7aa Mon Sep 17 00:00:00 2001 From: truebrain Date: Mon, 19 Dec 2011 20:55:56 +0000 Subject: (svn r23606) -Add: GameScanner, to auto-detect game scripts, and wire it in the console --- src/game/game_instance.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/game/game_instance.hpp') diff --git a/src/game/game_instance.hpp b/src/game/game_instance.hpp index 10937c648..efb67398d 100644 --- a/src/game/game_instance.hpp +++ b/src/game/game_instance.hpp @@ -21,8 +21,9 @@ public: /** * Initialize the script and prepare it for its first run. + * @param info The GameInfo to start. */ - void Initialize(); + void Initialize(class GameInfo *info); /* virtual */ int GetSetting(const char *name); /* virtual */ ScriptInfo *FindLibrary(const char *library, int version); -- cgit v1.2.3-54-g00ecf