Changeset - r7306:88f3bd582814
[Not reviewed]
master
0 1 0
glx - 17 years ago 2007-07-23 15:28:02
glx@openttd.org
(svn r10658) -Add: support for autosave_on_exit in the console, so dedicated servers can use it
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/console_cmds.cpp
Show inline comments
 
@@ -1079,6 +1079,8 @@ DEF_CONSOLE_CMD(ConExit)
 
		return true;
 
	}
 

	
 
	if (_game_mode == GM_NORMAL && _patches.autosave_on_exit) DoExitSave();
 

	
 
	_exit_game = true;
 
	return true;
 
}
0 comments (0 inline, 0 general)