aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/graphics/screen_eob.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/graphics/screen_eob.h')
-rw-r--r--engines/kyra/graphics/screen_eob.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/graphics/screen_eob.h b/engines/kyra/graphics/screen_eob.h
index 6927ff7cce..8d9080e244 100644
--- a/engines/kyra/graphics/screen_eob.h
+++ b/engines/kyra/graphics/screen_eob.h
@@ -278,7 +278,7 @@ private:
*/
class SJISFontEoB1PC98 : public SJISFont {
public:
- SJISFontEoB1PC98(Common::SharedPtr<Graphics::FontSJIS> &font, uint8 shadowColor, const uint16 *convTable1, const uint16 *convTable2);
+ SJISFontEoB1PC98(Common::SharedPtr<Graphics::FontSJIS> &font, /*uint8 shadowColor,*/ const uint16 *convTable1, const uint16 *convTable2);
virtual ~SJISFontEoB1PC98() {}
virtual int getCharWidth(uint16 c) const;
virtual void drawChar(uint16 c, byte *dst, int pitch, int) const;
@@ -287,7 +287,7 @@ private:
uint16 convert(uint16 c) const;
const uint16 *_convTable1, *_convTable2;
bool _defaultConv;
- uint8 _shadowColor;
+ /*uint8 _shadowColor;*/
};
/**