From 588a6842c818ef98e2b29b82991d9727a3e4a73e Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Fri, 10 Nov 2006 20:57:26 +0000 Subject: font char width is always equal 16 pixels, removed unneeded parameter svn-id: r24669 --- engines/touche/touche.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/touche/touche.h') diff --git a/engines/touche/touche.h b/engines/touche/touche.h index 3c1b3a6603..48140e877d 100644 --- a/engines/touche/touche.h +++ b/engines/touche/touche.h @@ -377,9 +377,9 @@ protected: void setKeyCharRandomFrame(KeyChar *key); void setKeyCharMoney(); const char *getString(int num) const; - int getStringWidth(int m, int num) const; - void drawString(uint8 *dst, int dstPitch, int m, uint16 color, int x, int y, int16 num); - void drawGameString(int m, uint16 color, int x1, int y, const char *str); + int getStringWidth(int num) const; + void drawString(uint8 *dst, int dstPitch, uint16 color, int x, int y, int16 num); + void drawGameString(uint16 color, int x1, int y, const char *str); int restartKeyCharScriptOnAction(int action, int obj1, int obj2); void buildSpriteScalingTable(int z1, int z2); void drawSpriteOnBackdrop(int num, int x, int y); -- cgit v1.2.3