From 5c77858aee51bcc677c15b68510a2944237a89b3 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 28 Mar 2018 12:07:10 +0200 Subject: FULLPIPE: Remove unneeded variable --- engines/fullpipe/interaction.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/engines/fullpipe/interaction.h b/engines/fullpipe/interaction.h index 9ffcdccc91..7ea58e60b4 100644 --- a/engines/fullpipe/interaction.h +++ b/engines/fullpipe/interaction.h @@ -70,11 +70,10 @@ public: private: InteractionList _interactions; - int16 _field_20; static bool compareInteractions(const Interaction *i1, const Interaction *i2); public: - InteractionController() : _field_20(0), _flag24(true) {} + InteractionController() : _flag24(true) {} virtual ~InteractionController(); virtual bool load(MfcArchive &file); -- cgit v1.2.3