[Scummvm-git-logs] scummvm master -> db1fbfee21301c0b60ebc3e33af50daa9e9a4a5f
sev-
noreply at scummvm.org
Thu Mar 16 13:24:35 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
db1fbfee21 GUI: Fix compilation
Commit: db1fbfee21301c0b60ebc3e33af50daa9e9a4a5f
https://github.com/scummvm/scummvm/commit/db1fbfee21301c0b60ebc3e33af50daa9e9a4a5f
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-03-16T14:24:19+01:00
Commit Message:
GUI: Fix compilation
Changed paths:
gui/ThemeParser.cpp
diff --git a/gui/ThemeParser.cpp b/gui/ThemeParser.cpp
index 1f50d033170..f13292cd36d 100644
--- a/gui/ThemeParser.cpp
+++ b/gui/ThemeParser.cpp
@@ -1076,7 +1076,7 @@ bool ThemeParser::resolutionCheck(const Common::String &resolution) {
if (cur[offset] == 'W') { // Reported threshold width
token = 320;
} else if (cur[offset] == 'H') { // Reported threshold height
-#ifndef(IPHONE)
+#ifndef IPHONE
token = 400;
#else
// HACK. Think about API to move it to OSystem?
More information about the Scummvm-git-logs
mailing list