aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/inventory.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-03-28 20:13:57 -0400
committerPaul Gilbert2015-03-28 20:13:57 -0400
commitc28416f38ef77eef0858756d0b3265c44ad90216 (patch)
treec92756fa671957be6cae980e260a4be8cdc34f2d /engines/sherlock/inventory.h
parent073b7e075ccac02ecab922e03781b3663c92af6c (diff)
downloadscummvm-rg350-c28416f38ef77eef0858756d0b3265c44ad90216.tar.gz
scummvm-rg350-c28416f38ef77eef0858756d0b3265c44ad90216.tar.bz2
scummvm-rg350-c28416f38ef77eef0858756d0b3265c44ad90216.zip
SHERLOCK: Change the screen _backBuffer to be a pointer
Diffstat (limited to 'engines/sherlock/inventory.h')
-rw-r--r--engines/sherlock/inventory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sherlock/inventory.h b/engines/sherlock/inventory.h
index 0fa8eb0824..1db91292a5 100644
--- a/engines/sherlock/inventory.h
+++ b/engines/sherlock/inventory.h
@@ -50,6 +50,7 @@ public:
int _invIndex;
int _holdings;
void freeGraphics();
+ int _oldFlag;
public:
Inventory(SherlockEngine *vm);
~Inventory();