aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/gui_lol.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-10-11 11:30:24 +0000
committerJohannes Schickel2009-10-11 11:30:24 +0000
commit6e93add43f5b098df8b51e1d23ba4d9a3136b8ea (patch)
tree8321c545a6c4dc673f66288b6f8cc2fa9d30149e /engines/kyra/gui_lol.cpp
parent8f6e9f0bf2cbd3c6cc59488aa7f8a4b5c92ffc15 (diff)
downloadscummvm-rg350-6e93add43f5b098df8b51e1d23ba4d9a3136b8ea.tar.gz
scummvm-rg350-6e93add43f5b098df8b51e1d23ba4d9a3136b8ea.tar.bz2
scummvm-rg350-6e93add43f5b098df8b51e1d23ba4d9a3136b8ea.zip
Cleanup.
svn-id: r44906
Diffstat (limited to 'engines/kyra/gui_lol.cpp')
-rw-r--r--engines/kyra/gui_lol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/gui_lol.cpp b/engines/kyra/gui_lol.cpp
index 587e710fc5..04c597a534 100644
--- a/engines/kyra/gui_lol.cpp
+++ b/engines/kyra/gui_lol.cpp
@@ -2598,7 +2598,7 @@ void GUI_LoL::setupSavegameNames(Menu &menu, int num) {
}
}
-void GUI_LoL::printMenuText(const char *str, int x, int y, uint8 c0, uint8 c1, uint8 flags, Screen::FontId font) {
+void GUI_LoL::printMenuText(const char *str, int x, int y, uint8 c0, uint8 c1, uint8 flags) {
_screen->fprintString("%s", x, y, c0, c1, _vm->gameFlags().use16ColorMode ? (flags & 3) : flags , str);
}