mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 16:33:50 +00:00
Merged two consecutive 'if's with identical condition
svn-id: r21295
This commit is contained in:
parent
fa4471fae4
commit
f319865837
@ -90,15 +90,13 @@ void ScummEngine::setupScummVars() {
|
||||
VAR_USERPUT = 53;
|
||||
}
|
||||
|
||||
if (_game.version >= 5) {
|
||||
VAR_SOUNDPARAM = 64;
|
||||
VAR_SOUNDPARAM2 = 65;
|
||||
VAR_SOUNDPARAM3 = 66;
|
||||
}
|
||||
if (_game.version >= 5) {
|
||||
VAR_SOUNDRESULT = 56;
|
||||
VAR_TALKSTOP_KEY = 57;
|
||||
VAR_FADE_DELAY = 59;
|
||||
VAR_SOUNDPARAM = 64;
|
||||
VAR_SOUNDPARAM2 = 65;
|
||||
VAR_SOUNDPARAM3 = 66;
|
||||
VAR_MOUSEPRESENT = 67;
|
||||
VAR_MEMORY_PERFORMANCE = 68;
|
||||
VAR_VIDEO_PERFORMANCE = 69;
|
||||
|
Loading…
x
Reference in New Issue
Block a user