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