aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage/detection.cpp')
-rw-r--r--engines/wage/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wage/detection.cpp b/engines/wage/detection.cpp
index fcdc5df890..8f1b623aff 100644
--- a/engines/wage/detection.cpp
+++ b/engines/wage/detection.cpp
@@ -136,7 +136,7 @@ bool WageMetaEngine::createInstance(OSystem *syst, Engine **engine, const ADGame
}
SaveStateList WageMetaEngine::listSaves(const char *target) const {
- const uint32 WAGEflag = MKID_BE('WAGE');
+ const uint32 WAGEflag = MKTAG('W','A','G','E');
Common::SaveFileManager *saveFileMan = g_system->getSavefileManager();
Common::StringList filenames;
char saveDesc[31];