mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 01:59:43 +01:00
Reset obj.customscript in hardreset()
This prevents yet another place where stale level data from one level could have affected another level...
This commit is contained in:
parent
fea2010204
commit
48cddf57a6
1 changed files with 2 additions and 0 deletions
|
@ -3563,6 +3563,8 @@ void scriptclass::hardreset(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
obj.customscript = "";
|
||||||
|
|
||||||
//Script Stuff
|
//Script Stuff
|
||||||
position = 0;
|
position = 0;
|
||||||
commands.clear();
|
commands.clear();
|
||||||
|
|
Loading…
Reference in a new issue