[Scummvm-git-logs] scummvm master -> 4a3d5fea85cb411df79704d96d08d353d87708e9

ccawley2011 ccawley2011 at gmail.com
Sun Jul 5 10:34:40 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:
4a3d5fea85 WINTERMUTE: Fix warning when building without FoxTail support


Commit: 4a3d5fea85cb411df79704d96d08d353d87708e9
    https://github.com/scummvm/scummvm/commit/4a3d5fea85cb411df79704d96d08d353d87708e9
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2020-07-05T11:34:01+01:00

Commit Message:
WINTERMUTE: Fix warning when building without FoxTail support

Changed paths:
    engines/wintermute/base/scriptables/dcscript.h


diff --git a/engines/wintermute/base/scriptables/dcscript.h b/engines/wintermute/base/scriptables/dcscript.h
index 96bea23375..aa56d889cb 100644
--- a/engines/wintermute/base/scriptables/dcscript.h
+++ b/engines/wintermute/base/scriptables/dcscript.h
@@ -113,8 +113,9 @@ typedef enum {
 
 // operation code types
 typedef enum {
-	OPCODES_UNCHANGED = 0,
+	OPCODES_UNCHANGED = 0
 #ifdef ENABLE_FOXTAIL
+	,
 	OPCODES_FOXTAIL_1_2_896,
 	OPCODES_FOXTAIL_1_2_902
 #endif




More information about the Scummvm-git-logs mailing list