aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs/menu.cpp
diff options
context:
space:
mode:
authorBenjamin Haisch2010-11-03 12:39:03 +0000
committerWillem Jan Palenstijn2011-11-20 22:43:10 +0100
commitdde75d709e219f97e0b5ab103da96fe734631acb (patch)
tree1010f802c1c8d6e70f953e0e89cc5ed3276663c0 /engines/toltecs/menu.cpp
parent8203563c6920d6bbdbbd34a85cbd8685085ce4b9 (diff)
downloadscummvm-rg350-dde75d709e219f97e0b5ab103da96fe734631acb.tar.gz
scummvm-rg350-dde75d709e219f97e0b5ab103da96fe734631acb.tar.bz2
scummvm-rg350-dde75d709e219f97e0b5ab103da96fe734631acb.zip
TOLTECS: Fix compilation
Diffstat (limited to 'engines/toltecs/menu.cpp')
-rw-r--r--engines/toltecs/menu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toltecs/menu.cpp b/engines/toltecs/menu.cpp
index cbb27cdc4d..f79d70b1f2 100644
--- a/engines/toltecs/menu.cpp
+++ b/engines/toltecs/menu.cpp
@@ -274,7 +274,7 @@ void MenuSystem::initMenu(MenuID menuID) {
addClickTextItem(kItemIdSavegame6, 0, 115 + 20 * 5, 300, 0, "SAVEGAME 6", 231, 234);
addClickTextItem(kItemIdSavegame7, 0, 115 + 20 * 6, 300, 0, "SAVEGAME 7", 231, 234);
newSlotNum = loadSavegamesList() + 1;
- _savegames.push_back(SavegameItem(newSlotNum, Common::String::printf("GAME %03d", _savegames.size() + 1)));
+ _savegames.push_back(SavegameItem(newSlotNum, Common::String::format("GAME %03d", _savegames.size() + 1)));
setSavegameCaptions();
break;
case kMenuIdVolumes: