aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/interaction.h
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.h
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.h')
-rw-r--r--engines/fullpipe/interaction.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/fullpipe/interaction.h b/engines/fullpipe/interaction.h
index 89af8d7a8f..97fb19beb9 100644
--- a/engines/fullpipe/interaction.h
+++ b/engines/fullpipe/interaction.h
@@ -90,7 +90,6 @@ struct EntranceInfo {
int32 _sceneId;
int32 _field_4;
int32 _messageQueueId;
- byte _gap_C[292]; // FIXME
int32 _field_130;
bool load(MfcArchive &file);