[Scummvm-git-logs] scummvm master -> 0ee25207f10de36268eef6eb36a0fb8e2420b2f9

digitall 547637+digitall at users.noreply.github.com
Wed Oct 23 01:37:51 CEST 2019


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:
0ee25207f1 SCUMM HE: Fix Compilation


Commit: 0ee25207f10de36268eef6eb36a0fb8e2420b2f9
    https://github.com/scummvm/scummvm/commit/0ee25207f10de36268eef6eb36a0fb8e2420b2f9
Author: D G Turner (digitall at scummvm.org)
Date: 2019-10-23T00:34:25+01:00

Commit Message:
SCUMM HE: Fix Compilation

Changed paths:
    engines/scumm/he/moonbase/moonbase.h


diff --git a/engines/scumm/he/moonbase/moonbase.h b/engines/scumm/he/moonbase/moonbase.h
index f3399ef..61efd42 100644
--- a/engines/scumm/he/moonbase/moonbase.h
+++ b/engines/scumm/he/moonbase/moonbase.h
@@ -72,7 +72,7 @@ public:
 	uint32 _fowSentinelConditionBits;
 
 	AI *_ai;
-#ifdef USE_SDL_NET
+#ifdef USE_CURL
 	Net *_net;
 #endif
 





More information about the Scummvm-git-logs mailing list