diff options
Diffstat (limited to 'engines/fullpipe/interaction.h')
-rw-r--r-- | engines/fullpipe/interaction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/fullpipe/interaction.h b/engines/fullpipe/interaction.h index f86e8e9405..a0bd54b704 100644 --- a/engines/fullpipe/interaction.h +++ b/engines/fullpipe/interaction.h @@ -55,6 +55,7 @@ class CInteraction : public CObject { }; class CInteractionController : public CObject { + public: CObList _interactions; int16 _field_20; bool _flag24; |