(svn r8522) -Regression (r8512): The flat/random window moved the to scenario editor did not use the right settings for generating land

This commit is contained in:
Darkvater
2007-02-01 22:54:04 +00:00
parent 99f860e686
commit 19c90a3bc0
3 changed files with 12 additions and 9 deletions

View File

@@ -67,7 +67,7 @@ static void SelectGameWndProc(Window *w, WindowEvent *e)
case 3: ShowSaveLoadDialog(SLD_LOAD_GAME); break;
case 4: ShowSaveLoadDialog(SLD_LOAD_SCENARIO); break;
case 5: ShowSaveLoadDialog(SLD_LOAD_HEIGHTMAP); break;
case 6: _switch_mode = SM_EDITOR; break;
case 6: StartScenarioEditor(); break;
case 7:
if (!_network_available) {
ShowErrorMessage(INVALID_STRING_ID, STR_NETWORK_ERR_NOTAVAILABLE, 0, 0);