aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/gfxcore.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-05-02 23:35:32 +1000
committerPaul Gilbert2012-05-02 23:35:32 +1000
commit4300db9ee4798d43eb2214db87b575ed12640458 (patch)
tree2b8bd89b3e3434d9442845ea5fe19d850108cb71 /engines/tony/gfxcore.h
parentbc2b9449869088be4f6c55ff03ccfa9a267a8c6a (diff)
downloadscummvm-rg350-4300db9ee4798d43eb2214db87b575ed12640458.tar.gz
scummvm-rg350-4300db9ee4798d43eb2214db87b575ed12640458.tar.bz2
scummvm-rg350-4300db9ee4798d43eb2214db87b575ed12640458.zip
TONY: Implemented font.cpp methods
Diffstat (limited to 'engines/tony/gfxcore.h')
-rw-r--r--engines/tony/gfxcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/gfxcore.h b/engines/tony/gfxcore.h
index 2e4f9830ed..b6a10ab778 100644
--- a/engines/tony/gfxcore.h
+++ b/engines/tony/gfxcore.h
@@ -288,7 +288,7 @@ protected:
public:
virtual ~RMGfxSourceBufferPal();
- virtual int Init(byte *buf, int dimx, int dimy, bool bLoadPalette = false);
+ virtual int Init(const byte *buf, int dimx, int dimy, bool bLoadPalette = false);
virtual void Init(RMDataStream& ds, int dimx, int dimy, bool bLoadPalette = false);
int LoadPaletteWA(uint32 resID, bool bSwapped = false);