mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-02 09:17:01 +01:00
(svn r22906) -Fix (r22905): variable not properly cleared before use
This commit is contained in:
parent
62777dbd84
commit
748bddb31a
@ -57,6 +57,7 @@ ScriptScanner::ScriptScanner()
|
||||
/* Mark this class as global pointer */
|
||||
this->engine->SetGlobalPointer(this);
|
||||
this->main_script = NULL;
|
||||
this->tar_file = NULL;
|
||||
}
|
||||
|
||||
ScriptScanner::~ScriptScanner()
|
||||
|
Loading…
Reference in New Issue
Block a user