aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d/versailles/menus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cryomni3d/versailles/menus.cpp')
-rw-r--r--engines/cryomni3d/versailles/menus.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/cryomni3d/versailles/menus.cpp b/engines/cryomni3d/versailles/menus.cpp
index 7e88d67a94..79d7aa209c 100644
--- a/engines/cryomni3d/versailles/menus.cpp
+++ b/engines/cryomni3d/versailles/menus.cpp
@@ -451,20 +451,20 @@ uint CryOmni3DEngine_Versailles::displayOptions() {
g_system->showMouse(false);
if (selectedMsg == 42) {
- _abortCommand = AbortLoadGame;
+ _abortCommand = kAbortLoadGame;
// For return value
selectedMsg = 28;
} else if (selectedMsg == 28) {
- _abortCommand = AbortLoadGame;
+ _abortCommand = kAbortLoadGame;
} else if (selectedMsg == 40) {
- _abortCommand = AbortQuit;
+ _abortCommand = kAbortQuit;
} else if (selectedMsg == 27) {
- _abortCommand = AbortNewGame;
+ _abortCommand = kAbortNewGame;
_isVisiting = false;
} else if (g_engine->shouldQuit()) {
// Fake a quit
selectedMsg = 40;
- _abortCommand = AbortQuit;
+ _abortCommand = kAbortQuit;
}
ConfMan.flushToDisk();