mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Reset new variables in hardreset
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
656941202a
commit
1c34dc2533
@@ -3592,6 +3592,9 @@ void scriptclass::hardreset(void)
|
||||
{
|
||||
words[ii] = "";
|
||||
}
|
||||
|
||||
obj.customactivitycolour = "";
|
||||
obj.customactivitytext = "";
|
||||
}
|
||||
|
||||
void scriptclass::loadcustom(const std::string& t)
|
||||
|
||||
Reference in New Issue
Block a user