aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/vars.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/vars.cpp')
-rw-r--r--engines/scumm/vars.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/vars.cpp b/engines/scumm/vars.cpp
index b8cf665023..6e40b58ae8 100644
--- a/engines/scumm/vars.cpp
+++ b/engines/scumm/vars.cpp
@@ -656,7 +656,7 @@ void ScummEngine_v80he::resetScummVars() {
VAR(VAR_PLATFORM_VERSION) = 70;
} else {
VAR(VAR_PLATFORM) = 1;
- VAR(VAR_PLATFORM_VERSION) = 40; // 31 is Windows 3.1, 40 is Windows 95+
+ VAR(VAR_PLATFORM_VERSION) = 40; // 31 is Windows 3.1, 40 is Windows 95+
}
VAR(VAR_COLOR_DEPTH) = 256;
}