aboutsummaryrefslogtreecommitdiff
path: root/kyra/screen.h
diff options
context:
space:
mode:
authorJohannes Schickel2005-10-18 19:59:51 +0000
committerJohannes Schickel2005-10-18 19:59:51 +0000
commit2e60e19a37d5247a8cb6c9f8233b242868e9efb7 (patch)
tree73f705c585fa7a93003f78da9bef31612284bad2 /kyra/screen.h
parenta38bc21581abedbeb30f371ed079c85cefa98596 (diff)
downloadscummvm-rg350-2e60e19a37d5247a8cb6c9f8233b242868e9efb7.tar.gz
scummvm-rg350-2e60e19a37d5247a8cb6c9f8233b242868e9efb7.tar.bz2
scummvm-rg350-2e60e19a37d5247a8cb6c9f8233b242868e9efb7.zip
Some fixes:
- added support for an external data file for all the resources from the original binary - fixed a typo with malco(l)m - added support for spanish floppy - changes support for unknown languages a bit - some other cleanups svn-id: r19161
Diffstat (limited to 'kyra/screen.h')
-rw-r--r--kyra/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kyra/screen.h b/kyra/screen.h
index 5cf42b30cc..f66f06604b 100644
--- a/kyra/screen.h
+++ b/kyra/screen.h
@@ -102,7 +102,7 @@ public:
int getCharWidth(uint8 c) const;
int getTextWidth(const char *str) const;
void printText(const char *str, int x, int y, uint8 color1, uint8 color2);
- void drawChar(char c, int x, int y);
+ void drawChar(uint8 c, int x, int y);
void setScreenDim(int dim);
void drawShapePlotPixelCallback1(uint8 *dst, uint8 color);
void drawShape(uint8 pageNum, const uint8 *shapeData, int x, int y, int sd, int flags, int *flagsTable);