[Scummvm-git-logs] scummvm master -> 2228c81ed9d8ff16e667779e2fd07a335e66769c

mduggan mgithub at guarana.org
Tue Nov 17 05:25:28 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:
2228c81ed9 ULTIMA8: Fix extra comma on enum


Commit: 2228c81ed9d8ff16e667779e2fd07a335e66769c
    https://github.com/scummvm/scummvm/commit/2228c81ed9d8ff16e667779e2fd07a335e66769c
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2020-11-17T14:25:13+09:00

Commit Message:
ULTIMA8: Fix extra comma on enum

Changed paths:
    engines/ultima/ultima8/world/actors/anim_action.h


diff --git a/engines/ultima/ultima8/world/actors/anim_action.h b/engines/ultima/ultima8/world/actors/anim_action.h
index 967e0ea8bd..f6dcf78db5 100644
--- a/engines/ultima/ultima8/world/actors/anim_action.h
+++ b/engines/ultima/ultima8/world/actors/anim_action.h
@@ -46,7 +46,7 @@ struct AnimFrame {
 		AFF_SPECIAL  = 0x00000800, // U8 only
 		AFF_HURTY    = 0x00001000, // Crusader only - TODO: find a better name for this.
 		AFF_USECODE  = 0x00004000,
-		AFF_NOSTOP   = 0x00008000, // Crusader only - Probably - applied to most death animations
+		AFF_NOSTOP   = 0x00008000  // Crusader only - Probably - applied to most death animations
 		//AFF_UNKNOWN  = 0xF0E0B01C,
 		//AFF_FIRE     = 0x0F1F00C0
 	};




More information about the Scummvm-git-logs mailing list