Skip to content

Commit 5e8aeaa

Browse files
committed
VCRUISE: Fix Sequence Point GCC Compiler Warning
This looks like a cut and paste error.
1 parent 3644e39 commit 5e8aeaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engines/vcruise/menu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ void ReahSoundMenuPage::addPageContents() {
711711
}
712712

713713
int sndVol = ConfMan.getInt("sfx_volume");
714-
int musVol = musVol = ConfMan.getInt("music_volume");
714+
int musVol = ConfMan.getInt("music_volume");
715715

716716
bool musicMute = false;
717717
if (ConfMan.hasKey("vcruise_mute_music"))

0 commit comments

Comments
 (0)