aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/interaction.cpp
diff options
context:
space:
mode:
authorColin Snover2017-11-14 19:10:28 -0600
committerEugene Sandulenko2017-11-18 22:35:12 +0100
commit0e28f2be4776f2b581ce47865468bad20b84e547 (patch)
tree2b4407f7dc4a797604dc1b001227191052920deb /engines/fullpipe/interaction.cpp
parentd07e9a0cf108cfc1525060e9d1b2260c26b901df (diff)
downloadscummvm-rg350-0e28f2be4776f2b581ce47865468bad20b84e547.tar.gz
scummvm-rg350-0e28f2be4776f2b581ce47865468bad20b84e547.tar.bz2
scummvm-rg350-0e28f2be4776f2b581ce47865468bad20b84e547.zip
FULLPIPE: Remove unused gap data from EntranceInfo
Diffstat (limited to 'engines/fullpipe/interaction.cpp')
-rw-r--r--engines/fullpipe/interaction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/interaction.cpp b/engines/fullpipe/interaction.cpp
index 4e3a3a3d86..1d04aa019d 100644
--- a/engines/fullpipe/interaction.cpp
+++ b/engines/fullpipe/interaction.cpp
@@ -543,7 +543,7 @@ bool EntranceInfo::load(MfcArchive &file) {
_sceneId = file.readUint32LE();
_field_4 = file.readUint32LE();
_messageQueueId = file.readUint32LE();
- file.read(_gap_C, 292); // FIXME, Ugh
+ file.skip(292); // FIXME: Ugh
_field_130 = file.readUint32LE();
return true;