mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-02 15:32:19 +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] = "";
|
words[ii] = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
obj.customactivitycolour = "";
|
||||||
|
obj.customactivitytext = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
void scriptclass::loadcustom(const std::string& t)
|
void scriptclass::loadcustom(const std::string& t)
|
||||||
|
|||||||
Reference in New Issue
Block a user