-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clear loaded scenario blacklist when leaving world
This caused you to be unable to load a world with a mod containing a scenario blacklist more than once without exiting the game. Also don't locally redefine all_scenarios when finalizing scenario blacklists.
- Loading branch information
1 parent
a619b02
commit 9f4e399
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,4 +119,6 @@ struct scen_blacklist { | |
void finalize(); | ||
}; | ||
|
||
void reset_scenarios_blacklist(); | ||
|
||
#endif |