Merged two consecutive 'if's with identical condition

svn-id: r21295
This commit is contained in:
Max Horn 2006-03-14 15:25:29 +00:00
parent fa4471fae4
commit f319865837

View File

@ -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;