(svn r13255) -Codechange: move _opt to _settings.

This commit is contained in:
rubidium
2008-05-25 22:36:44 +00:00
parent 8d60206684
commit d289464d69
49 changed files with 344 additions and 360 deletions

View File

@@ -1050,7 +1050,7 @@ void DisasterDailyLoop()
ResetDisasterDelay();
if (_opt.diff.disasters != 0) DoDisaster();
if (_settings.difficulty.disasters != 0) DoDisaster();
}
void StartupDisasters()