aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/touche.h
diff options
context:
space:
mode:
authorGregory Montoir2006-11-10 20:57:26 +0000
committerGregory Montoir2006-11-10 20:57:26 +0000
commit588a6842c818ef98e2b29b82991d9727a3e4a73e (patch)
treee9d547a3f4b7668519648c15433458f79c3762d7 /engines/touche/touche.h
parent4e8d042e5cbe6a01cf0f32c692d99e0644559c1a (diff)
downloadscummvm-rg350-588a6842c818ef98e2b29b82991d9727a3e4a73e.tar.gz
scummvm-rg350-588a6842c818ef98e2b29b82991d9727a3e4a73e.tar.bz2
scummvm-rg350-588a6842c818ef98e2b29b82991d9727a3e4a73e.zip
font char width is always equal 16 pixels, removed unneeded parameter
svn-id: r24669
Diffstat (limited to 'engines/touche/touche.h')
-rw-r--r--engines/touche/touche.h6
1 files changed, 3 insertions, 3 deletions
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);