[Scummvm-git-logs] scummvm master -> b3140ad89c1595995bc312c1981b7bad09339580
digitall
noreply at scummvm.org
Wed Mar 30 22:15:50 UTC 2022
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:
b3140ad89c SAGA2: Fix Compilation When DEBUG Symbol is Defined
Commit: b3140ad89c1595995bc312c1981b7bad09339580
https://github.com/scummvm/scummvm/commit/b3140ad89c1595995bc312c1981b7bad09339580
Author: D G Turner (digitall at scummvm.org)
Date: 2022-03-30T23:15:09+01:00
Commit Message:
SAGA2: Fix Compilation When DEBUG Symbol is Defined
Changed paths:
engines/saga2/spelcast.cpp
diff --git a/engines/saga2/spelcast.cpp b/engines/saga2/spelcast.cpp
index 8da752d3ff7..67c0fa80443 100644
--- a/engines/saga2/spelcast.cpp
+++ b/engines/saga2/spelcast.cpp
@@ -30,6 +30,9 @@
#include "saga2/spelshow.h"
#include "saga2/spelvals.h"
#include "saga2/tilevect.h"
+#if DEBUG
+#include "saga2/tileline.h"
+#endif
namespace Saga2 {
More information about the Scummvm-git-logs
mailing list