[Scummvm-git-logs] scummvm master -> 9db226b2a690b6c968e741065b6addad25a32bbc
Die4Ever
30947252+Die4Ever at users.noreply.github.com
Wed Oct 20 22:45:59 UTC 2021
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:
9db226b2a6 GROOVIE: fix compile error UINT_MAX
Commit: 9db226b2a690b6c968e741065b6addad25a32bbc
https://github.com/scummvm/scummvm/commit/9db226b2a690b6c968e741065b6addad25a32bbc
Author: Die4Ever (die4ever2005 at gmail.com)
Date: 2021-10-20T17:45:44-05:00
Commit Message:
GROOVIE: fix compile error UINT_MAX
Changed paths:
engines/groovie/logic/t11hgame.cpp
diff --git a/engines/groovie/logic/t11hgame.cpp b/engines/groovie/logic/t11hgame.cpp
index 5826e77d45..a639c021b3 100644
--- a/engines/groovie/logic/t11hgame.cpp
+++ b/engines/groovie/logic/t11hgame.cpp
@@ -20,6 +20,7 @@
*
*/
+#include <limits.h>
#include "groovie/logic/t11hgame.h"
#include "groovie/groovie.h"
More information about the Scummvm-git-logs
mailing list