Changeset - r42:ef967d32ab1a
[Not reviewed]
master
0 1 0
dominik - 20 years ago 2004-08-13 19:18:53
dominik@openttd.org
(svn r43) Fix: [ 982666 ] max_loan in editor bug (truelight)
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
settings_gui.c
Show inline comments
 
@@ -596,6 +596,11 @@ static void GameDifficultyWndProc(Window
 
			}
 
			DoCommandP(0, -1, _opt_mod_temp.diff_level, NULL, CMD_CHANGE_DIFFICULTY_LEVEL);
 
			DeleteWindow(w);
 
			// If we are in the editor, we should reload the economy.
 
			//  This way when you load a game, the max loan and interest rate
 
			//  are loaded correctly.
 
			if (_game_mode == GM_EDITOR)
 
				StartupEconomy();
 
			break;
 
		}
 
		case 11: // Cancel button - close window
0 comments (0 inline, 0 general)