mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 20:51:14 +00:00
FULLPIPE: Remove unneeded variable
This commit is contained in:
parent
511457818d
commit
5c77858aee
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user