FULLPIPE: Remove unneeded variable

This commit is contained in:
Eugene Sandulenko 2018-03-28 12:07:10 +02:00
parent 511457818d
commit 5c77858aee

View File

@ -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);