mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-07 02:40:30 -05:00
Cause spoiler to be re-parsed on soft-reset (#4944)
This commit is contained in:
parent
8ac8dc3fd0
commit
e99771f69c
@ -3710,6 +3710,7 @@ void FileChoose_Init(GameState* thisx) {
|
|||||||
this->questType[0] = MIN_QUEST;
|
this->questType[0] = MIN_QUEST;
|
||||||
this->questType[1] = MIN_QUEST;
|
this->questType[1] = MIN_QUEST;
|
||||||
this->questType[2] = MIN_QUEST;
|
this->questType[2] = MIN_QUEST;
|
||||||
|
fileSelectSpoilerFileLoaded = false;
|
||||||
CVarSetInteger(CVAR_GENERAL("OnFileSelectNameEntry"), 0);
|
CVarSetInteger(CVAR_GENERAL("OnFileSelectNameEntry"), 0);
|
||||||
|
|
||||||
SREG(30) = 1;
|
SREG(30) = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user