aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/graphics/screen_eob.h
diff options
context:
space:
mode:
authorathrxx2019-02-05 23:04:17 +0100
committerathrxx2019-03-06 20:48:21 +0100
commit490e41cfad44505a4f742db9092d9a960783da6c (patch)
tree7d8e0d51c10a8213d364e9ca5898d07958878c8e /engines/kyra/graphics/screen_eob.h
parent7b8c84fa4d3f3d8e1c5fa543fae7ddbd7a495bb7 (diff)
downloadscummvm-rg350-490e41cfad44505a4f742db9092d9a960783da6c.tar.gz
scummvm-rg350-490e41cfad44505a4f742db9092d9a960783da6c.tar.bz2
scummvm-rg350-490e41cfad44505a4f742db9092d9a960783da6c.zip
KYRA: (EOB1/Amiga) - implement AmigaDOS font support
- only basic support - no kerning, spacing, etc., since EOB doesn't need that - also improve palette loading
Diffstat (limited to 'engines/kyra/graphics/screen_eob.h')
-rw-r--r--engines/kyra/graphics/screen_eob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/graphics/screen_eob.h b/engines/kyra/graphics/screen_eob.h
index 60290df488..688975548e 100644
--- a/engines/kyra/graphics/screen_eob.h
+++ b/engines/kyra/graphics/screen_eob.h
@@ -45,7 +45,7 @@ public:
void loadFileDataToPage(Common::SeekableReadStream *s, int pageNum, uint32 size);
- void printShadedText(const char *string, int x, int y, int col1, int col2);
+ void printShadedText(const char *string, int x, int y, int col1, int col2, int shadowCol);
virtual void loadBitmap(const char *filename, int tempPage, int dstPage, Palette *pal, bool skip = false);
void loadEoBBitmap(const char *file, const uint8 *cgaMapping, int tempPage, int destPage, int convertToPage);