1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-23 01:59:43 +01:00

Reset new variables in hardreset

This commit is contained in:
AllyTally 2021-08-31 15:07:38 -03:00 committed by Misa Elizabeth Kai
parent 656941202a
commit 1c34dc2533

View file

@ -3592,6 +3592,9 @@ void scriptclass::hardreset(void)
{ {
words[ii] = ""; words[ii] = "";
} }
obj.customactivitycolour = "";
obj.customactivitytext = "";
} }
void scriptclass::loadcustom(const std::string& t) void scriptclass::loadcustom(const std::string& t)