mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
(svn r24538) -Fix-ish: remove compiler warning about initialization order
This commit is contained in:
parent
d0fdd1f8b5
commit
c795e779e1
@ -54,9 +54,9 @@ ScriptInstance::ScriptInstance(const char *APIName) :
|
||||
instance(NULL),
|
||||
is_started(false),
|
||||
is_dead(false),
|
||||
is_paused(false),
|
||||
is_save_data_on_stack(false),
|
||||
suspend(0),
|
||||
is_paused(false),
|
||||
callback(NULL)
|
||||
{
|
||||
this->storage = new ScriptStorage();
|
||||
|
Loading…
Reference in New Issue
Block a user