mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-12 06:00:48 +00:00
SCI: Remove unused member property _palCycleToColor
This commit is contained in:
parent
8a1d48fc03
commit
275db1f7f2
@ -129,8 +129,6 @@ void EngineState::reset(bool isRestoring) {
|
||||
|
||||
_vmdPalStart = 0;
|
||||
_vmdPalEnd = 256;
|
||||
|
||||
_palCycleToColor = 255;
|
||||
}
|
||||
|
||||
void EngineState::speedThrottler(uint32 neededSleep) {
|
||||
|
@ -203,8 +203,6 @@ public:
|
||||
uint16 _vmdPalStart, _vmdPalEnd;
|
||||
bool _syncedAudioOptions;
|
||||
|
||||
uint16 _palCycleToColor;
|
||||
|
||||
/**
|
||||
* Resets the engine state.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user