Home
last modified time | relevance | path

Searched refs:DoExitSave (Results 1 – 7 of 7) sorted by relevance

/dports/games/openttd/openttd-12.1/src/video/
H A Dnull_v.cpp60 DoExitSave(); in MainLoop()
H A Ddedicated_v.cpp64 if (_game_mode == GM_NORMAL && _settings_client.gui.autosave_on_exit) DoExitSave(); in DedicatedSignalHandler()
/dports/games/openttd/openttd-12.1/src/
H A Dmain_gui.cpp283 DoExitSave(); in OnHotkey()
H A Dopenttd.cpp824 DoExitSave(); in HandleExitGameRequest()
H A Dconsole_cmds.cpp1538 if (_game_mode == GM_NORMAL && _settings_client.gui.autosave_on_exit) DoExitSave(); in DEF_CONSOLE_CMD()
/dports/games/openttd/openttd-12.1/src/saveload/
H A Dsaveload.h386 void DoExitSave();
H A Dsaveload.cpp3350 void DoExitSave() in DoExitSave() function