mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03: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:
@@ -3563,6 +3563,8 @@ void scriptclass::hardreset(void)
|
||||
}
|
||||
}
|
||||
|
||||
obj.customscript = "";
|
||||
|
||||
//Script Stuff
|
||||
position = 0;
|
||||
commands.clear();
|
||||
|
||||
Reference in New Issue
Block a user