1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-22 17:49: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:
Misa 2021-08-31 07:55:40 -07:00
parent fea2010204
commit 48cddf57a6

View file

@ -3563,6 +3563,8 @@ void scriptclass::hardreset(void)
}
}
obj.customscript = "";
//Script Stuff
position = 0;
commands.clear();