aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/graphics.h
diff options
context:
space:
mode:
authorStrangerke2012-03-07 08:33:48 +0100
committerStrangerke2012-04-06 08:22:54 +0200
commit6217fa5e3ee08790cfe5b775256740eeec8a0a1a (patch)
tree0d3e55039beeb2360e17df9381dbd58ffa0eb064 /engines/mortevielle/graphics.h
parent9e21d04e26f7378e3eb2fc5c7961987ed869ea5d (diff)
downloadscummvm-rg350-6217fa5e3ee08790cfe5b775256740eeec8a0a1a.tar.gz
scummvm-rg350-6217fa5e3ee08790cfe5b775256740eeec8a0a1a.tar.bz2
scummvm-rg350-6217fa5e3ee08790cfe5b775256740eeec8a0a1a.zip
MORTEVIELLE: some more renaming, match menu item size in setText()
Diffstat (limited to 'engines/mortevielle/graphics.h')
-rw-r--r--engines/mortevielle/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mortevielle/graphics.h b/engines/mortevielle/graphics.h
index 253b708d70..9f4a4799ab 100644
--- a/engines/mortevielle/graphics.h
+++ b/engines/mortevielle/graphics.h
@@ -92,7 +92,7 @@ public:
void fillRect(int colour, const Common::Rect &bounds);
void clearScreen();
void putxy(int x, int y) { _textPos = Common::Point(x, y); }
- void writeg(const Common::String &l, int c);
+ void drawString(const Common::String &l, int command);
int getStringWidth(const Common::String &s);
void drawLine(int x, int y, int xx, int yy, int coul);