aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/modal.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-12-06 10:57:36 +0100
committerEugene Sandulenko2016-12-06 19:46:13 +0100
commit9d9c8564795fef5ed5bb1d0dc4b4ec1110114794 (patch)
tree3f2bfe18c76a098394b6493671bc2b09c41955c6 /engines/fullpipe/modal.h
parent2a1651991a83aedf91937970c6fcfbbdceecfbda (diff)
downloadscummvm-rg350-9d9c8564795fef5ed5bb1d0dc4b4ec1110114794.tar.gz
scummvm-rg350-9d9c8564795fef5ed5bb1d0dc4b4ec1110114794.tar.bz2
scummvm-rg350-9d9c8564795fef5ed5bb1d0dc4b4ec1110114794.zip
FULLPIPE: Map code difference for German version
Diffstat (limited to 'engines/fullpipe/modal.h')
-rw-r--r--engines/fullpipe/modal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/fullpipe/modal.h b/engines/fullpipe/modal.h
index 349fc3b732..951d38d683 100644
--- a/engines/fullpipe/modal.h
+++ b/engines/fullpipe/modal.h
@@ -93,6 +93,7 @@ public:
class ModalMap : public BaseModalObject {
Scene *_mapScene;
PictureObject *_pic;
+ PictureObject *_picI03;
bool _isRunning;
Common::Rect _rect1;
int _x;