aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/interaction.cpp
diff options
context:
space:
mode:
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;