[Scummvm-git-logs] scummvm master -> 4cb45cf1aac2e49a6612af569d4815cc9b6e2b06
criezy
criezy at scummvm.org
Sun Aug 30 02:00:47 UTC 2020
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:
4cb45cf1aa GLK: HUGO: Fix compilation
Commit: 4cb45cf1aac2e49a6612af569d4815cc9b6e2b06
https://github.com/scummvm/scummvm/commit/4cb45cf1aac2e49a6612af569d4815cc9b6e2b06
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2020-08-30T03:00:14+01:00
Commit Message:
GLK: HUGO: Fix compilation
Changed paths:
engines/glk/hugo/herun.cpp
diff --git a/engines/glk/hugo/herun.cpp b/engines/glk/hugo/herun.cpp
index 7e0ddd3bca..1d8a79acb4 100644
--- a/engines/glk/hugo/herun.cpp
+++ b/engines/glk/hugo/herun.cpp
@@ -957,7 +957,7 @@ void Hugo::RunPrint() {
if ((a = GetValue()) > 20)
a = 0;
-#elif !defined (ACTUAL_LINELENGTH)`
+#elif !defined (ACTUAL_LINELENGTH)
if ((a = GetValue()) > physical_windowwidth/FIXEDCHARWIDTH)
a = physical_windowwidth/FIXEDCHARWIDTH;
#else
More information about the Scummvm-git-logs
mailing list