aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/gfxcore.h
diff options
context:
space:
mode:
authorAlyssa Milburn2013-08-01 22:55:40 +0200
committerAlyssa Milburn2013-08-02 00:01:10 +0200
commit9c02f5b59355590219fb37a0f1ec2b325acae9eb (patch)
treec7eb97ed0e2fdb31221c105984e28c820b7d7b32 /engines/tony/gfxcore.h
parentd1795a21bc26ae32e36bd0cf777fb05b556107fd (diff)
downloadscummvm-rg350-9c02f5b59355590219fb37a0f1ec2b325acae9eb.tar.gz
scummvm-rg350-9c02f5b59355590219fb37a0f1ec2b325acae9eb.tar.bz2
scummvm-rg350-9c02f5b59355590219fb37a0f1ec2b325acae9eb.zip
TONY: Fix thumbnails on BE.
Diffstat (limited to 'engines/tony/gfxcore.h')
-rw-r--r--engines/tony/gfxcore.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/tony/gfxcore.h b/engines/tony/gfxcore.h
index 2548968e81..9e8f5225c0 100644
--- a/engines/tony/gfxcore.h
+++ b/engines/tony/gfxcore.h
@@ -208,8 +208,10 @@ public:
* 16-bit color source
*/
class RMGfxSourceBuffer16 : public RMGfxSourceBuffer {
-protected:
+public:
virtual void prepareImage();
+
+protected:
bool _bTrasp0;
public: