mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 12:22:51 +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) {
|
||||
_priorMusic = _currentMusic;
|
||||
_currentMusic = name;
|
||||
|
||||
Common::File mf;
|
||||
|
@ -59,7 +59,7 @@ private:
|
||||
public:
|
||||
bool _fxOn;
|
||||
bool _musicOn;
|
||||
Common::String _currentMusic, _priorMusic;
|
||||
Common::String _currentMusic;
|
||||
int _musicSide;
|
||||
bool _subtitles;
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user