[Scummvm-git-logs] scummvm master -> 55cc780c7d1880deeabea9dd50605da89eb81e3f

mgerhardy martin.gerhardy at gmail.com
Fri Jan 1 14:51:56 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:
55cc780c7d TWINE: fixed compilation


Commit: 55cc780c7d1880deeabea9dd50605da89eb81e3f
    https://github.com/scummvm/scummvm/commit/55cc780c7d1880deeabea9dd50605da89eb81e3f
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2021-01-01T15:51:50+01:00

Commit Message:
TWINE: fixed compilation

Changed paths:
    engines/twine/scene/actor.h
    engines/twine/scene/animations.h


diff --git a/engines/twine/scene/actor.h b/engines/twine/scene/actor.h
index 307d33367c..d01dd5b81e 100644
--- a/engines/twine/scene/actor.h
+++ b/engines/twine/scene/actor.h
@@ -139,6 +139,8 @@ struct BonusParameter {
 	uint16 unused : 7;
 };
 
+#define kAnimationTypeLoop 0
+
 /**
  * Actors structure
  *
diff --git a/engines/twine/scene/animations.h b/engines/twine/scene/animations.h
index 13e269637e..dab05e546a 100644
--- a/engines/twine/scene/animations.h
+++ b/engines/twine/scene/animations.h
@@ -29,8 +29,6 @@
 
 namespace TwinE {
 
-#define kAnimationTypeLoop 0
-
 class TwinEEngine;
 
 class Animations {




More information about the Scummvm-git-logs mailing list