diff options
Diffstat (limited to 'engines/mortevielle/graphics.h')
-rw-r--r-- | engines/mortevielle/graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mortevielle/graphics.h b/engines/mortevielle/graphics.h index 1aab4cf34b..28a9d64b7c 100644 --- a/engines/mortevielle/graphics.h +++ b/engines/mortevielle/graphics.h @@ -92,7 +92,7 @@ public: void putxy(int x, int y) { _textPos = Common::Point(x, y); } void writeg(const Common::String &l, int c); int getStringWidth(const Common::String &s); - void droite(int x, int y, int xx, int yy, int coul); + void drawLine(int x, int y, int xx, int yy, int coul); // TODO: Refactor code to remove this method, for increased performance void setPixel(const Common::Point &pt, int palIndex); |