(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
This commit is contained in:
@@ -128,6 +128,10 @@ protected:
|
||||
*/
|
||||
void Reset();
|
||||
|
||||
/**
|
||||
* Reset the engine to ensure a clean environment for further steps.
|
||||
*/
|
||||
void ResetEngine();
|
||||
};
|
||||
|
||||
#endif /* SCRIPT_SCANNER_HPP */
|
||||
|
Reference in New Issue
Block a user