aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/graphics.h
diff options
context:
space:
mode:
authorStrangerke2013-07-19 10:59:20 +0200
committerStrangerke2013-07-19 10:59:20 +0200
commit5924230634710250152014fd9dff10ddfcd90d2b (patch)
treecca109ff4c24a65d2488c35c33f84d1add90bf57 /engines/mortevielle/graphics.h
parent747d8f3047ba4520766c28c88a196b0fdcac6371 (diff)
downloadscummvm-rg350-5924230634710250152014fd9dff10ddfcd90d2b.tar.gz
scummvm-rg350-5924230634710250152014fd9dff10ddfcd90d2b.tar.bz2
scummvm-rg350-5924230634710250152014fd9dff10ddfcd90d2b.zip
MORTEVIELLE: Replace some British words by US ones
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 3a54f0c434..654814667f 100644
--- a/engines/mortevielle/graphics.h
+++ b/engines/mortevielle/graphics.h
@@ -100,7 +100,7 @@ public:
void copyFrom(Graphics::Surface &src, int x, int y);
void writeCharacter(const Common::Point &pt, unsigned char ch, int palIndex);
void drawBox(int x, int y, int dx, int dy, int col);
- void fillRect(int colour, const Common::Rect &bounds);
+ void fillRect(int color, const Common::Rect &bounds);
void clearScreen();
void putxy(int x, int y) { _textPos = Common::Point(x, y); }
void drawString(const Common::String &l, int command);