Cause spoiler to be re-parsed on soft-reset (#4944)

This commit is contained in:
Christopher Leggett 2025-01-25 11:50:44 -05:00 committed by GitHub
parent 8ac8dc3fd0
commit e99771f69c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3710,6 +3710,7 @@ void FileChoose_Init(GameState* thisx) {
this->questType[0] = MIN_QUEST;
this->questType[1] = MIN_QUEST;
this->questType[2] = MIN_QUEST;
fileSelectSpoilerFileLoaded = false;
CVarSetInteger(CVAR_GENERAL("OnFileSelectNameEntry"), 0);
SREG(30) = 1;