mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
BURIED: Fix warnings
This commit is contained in:
parent
6e49bfd0ae
commit
077fe677a5
@ -53,7 +53,7 @@ private:
|
||||
Common::Rect _gallery;
|
||||
Common::Rect _quit;
|
||||
int _curButton;
|
||||
bool _buttonDrawnDown;
|
||||
//bool _buttonDrawnDown;
|
||||
Graphics::Surface *_background;
|
||||
};
|
||||
|
||||
|
@ -375,7 +375,7 @@ private:
|
||||
int _firstStingerFileID;
|
||||
int _lastStingerFileID;
|
||||
int _stingerDelay;
|
||||
int _timerFlagOffset;
|
||||
//int _timerFlagOffset;
|
||||
};
|
||||
|
||||
PlayArthurOffsetTimed::PlayArthurOffsetTimed(BuriedEngine *vm, Window *viewWindow, const LocationStaticData &sceneStaticData, const Location &priorLocation,
|
||||
@ -1310,9 +1310,9 @@ public:
|
||||
int specifyCursor(Window *viewWindow, const Common::Point &pointLocation);
|
||||
|
||||
private:
|
||||
uint32 _entryStartTime;
|
||||
//uint32 _entryStartTime;
|
||||
Common::Rect _door;
|
||||
bool _jumped;
|
||||
//bool _jumped;
|
||||
};
|
||||
|
||||
NexusDoor::NexusDoor(BuriedEngine *vm, Window *viewWindow, const LocationStaticData &sceneStaticData, const Location &priorLocation) :
|
||||
|
@ -171,7 +171,7 @@ public:
|
||||
|
||||
private:
|
||||
bool _timerStarted;
|
||||
uint32 _startTime;
|
||||
//uint32 _startTime;
|
||||
bool _walkthrough;
|
||||
};
|
||||
|
||||
@ -981,7 +981,7 @@ public:
|
||||
|
||||
private:
|
||||
uint32 _startingTime;
|
||||
bool _finished;
|
||||
//bool _finished;
|
||||
};
|
||||
|
||||
KingsChamberGuardEncounter::KingsChamberGuardEncounter(BuriedEngine *vm, Window *viewWindow, const LocationStaticData &sceneStaticData, const Location &priorLocation) :
|
||||
|
Loading…
x
Reference in New Issue
Block a user