From a6b4e59963561cefde5660c2ded9bd0b2801f2fc Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 25 May 2014 19:53:46 +0000 Subject: (svn r26617) -Fix [FS#5973]: [Script] Loading/parsing of info .nuts was done in the same VM, causing e.g. constants to break the loading of info of other scripts --- src/script/script_scanner.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/script/script_scanner.hpp') diff --git a/src/script/script_scanner.hpp b/src/script/script_scanner.hpp index 5418dbd85..50dad02ad 100644 --- a/src/script/script_scanner.hpp +++ b/src/script/script_scanner.hpp @@ -128,6 +128,10 @@ protected: */ void Reset(); + /** + * Reset the engine to ensure a clean environment for further steps. + */ + void ResetEngine(); }; #endif /* SCRIPT_SCANNER_HPP */ -- cgit v1.2.3-54-g00ecf