Skip to content

Commit

Permalink
SUPERNOVA: Fix Unused Variable Compiler Warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
digitall committed Jul 29, 2018
1 parent 6ae2bff commit 51a2685
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions engines/supernova/rooms.h
Expand Up @@ -819,8 +819,9 @@ class ArsanoMeetup2 : public Room {
StringId _dialog3[4];
StringId _dialog4[3];

bool _found;
bool _flug;
// FIXME: Remove following unused bool variables?
//bool _found;
//bool _flug;
};
class ArsanoMeetup3 : public Room {
public:
Expand Down

0 comments on commit 51a2685

Please sign in to comment.