(svn r13255) -Codechange: move _opt to _settings.
This commit is contained in:
@@ -1050,7 +1050,7 @@ void DisasterDailyLoop()
|
||||
|
||||
ResetDisasterDelay();
|
||||
|
||||
if (_opt.diff.disasters != 0) DoDisaster();
|
||||
if (_settings.difficulty.disasters != 0) DoDisaster();
|
||||
}
|
||||
|
||||
void StartupDisasters()
|
||||
|
Reference in New Issue
Block a user