mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 04:43:26 +00:00
XEEN: remove dead code
There's no need for `Sound::_priorMusic`.
This commit is contained in:
parent
13e4a66d2f
commit
0a2044e5de
@ -193,7 +193,6 @@ void Sound::playSong(Common::SeekableReadStream &stream) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Sound::playSong(const Common::String &name, int param) {
|
void Sound::playSong(const Common::String &name, int param) {
|
||||||
_priorMusic = _currentMusic;
|
|
||||||
_currentMusic = name;
|
_currentMusic = name;
|
||||||
|
|
||||||
Common::File mf;
|
Common::File mf;
|
||||||
|
@ -59,7 +59,7 @@ private:
|
|||||||
public:
|
public:
|
||||||
bool _fxOn;
|
bool _fxOn;
|
||||||
bool _musicOn;
|
bool _musicOn;
|
||||||
Common::String _currentMusic, _priorMusic;
|
Common::String _currentMusic;
|
||||||
int _musicSide;
|
int _musicSide;
|
||||||
bool _subtitles;
|
bool _subtitles;
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user