mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Reset new variables in hardreset
This commit is contained in:
parent
656941202a
commit
1c34dc2533
1 changed files with 3 additions and 0 deletions
|
@ -3592,6 +3592,9 @@ void scriptclass::hardreset(void)
|
|||
{
|
||||
words[ii] = "";
|
||||
}
|
||||
|
||||
obj.customactivitycolour = "";
|
||||
obj.customactivitytext = "";
|
||||
}
|
||||
|
||||
void scriptclass::loadcustom(const std::string& t)
|
||||
|
|
Loading…
Reference in a new issue