aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/script.h
diff options
context:
space:
mode:
authorlukaslw2014-05-30 19:07:45 +0200
committerlukaslw2014-06-22 20:08:21 +0200
commit5df6b9a4f48a10a397cf4642f8695beece4e5704 (patch)
tree9b7dc4a96fcc1a9c0df3a1c90ddc6940a35bf485 /engines/prince/script.h
parentb1eeeb63ba8811a318c200c667e6bf2862993bea (diff)
downloadscummvm-rg350-5df6b9a4f48a10a397cf4642f8695beece4e5704.tar.gz
scummvm-rg350-5df6b9a4f48a10a397cf4642f8695beece4e5704.tar.bz2
scummvm-rg350-5df6b9a4f48a10a397cf4642f8695beece4e5704.zip
PRINCE: Shadow drawing for background animations
Diffstat (limited to 'engines/prince/script.h')
-rw-r--r--engines/prince/script.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/prince/script.h b/engines/prince/script.h
index b05d5ca84d..5f0f1e139e 100644
--- a/engines/prince/script.h
+++ b/engines/prince/script.h
@@ -64,7 +64,6 @@ public:
int _pullClose;
int _talk;
int _give;
- //Room_Pad db 64-(Room_Pad-Room_Mobs) dup (0) ???
bool loadFromStream(Common::SeekableReadStream &stream);
bool loadRoom(byte *roomData);