[Scummvm-cvs-logs] scummvm master -> b052fe9308c7c24e61d7a616404fbeff7d650946

Strangerke Strangerke at scummvm.org
Tue Nov 24 17:32:41 CET 2015


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:
b052fe9308 MADS: Fix flag usage for the value KMSG_ANIM


Commit: b052fe9308c7c24e61d7a616404fbeff7d650946
    https://github.com/scummvm/scummvm/commit/b052fe9308c7c24e61d7a616404fbeff7d650946
Author: Strangerke (strangerke at scummvm.org)
Date: 2015-11-24T17:26:16+01:00

Commit Message:
MADS: Fix flag usage for the value KMSG_ANIM

Changed paths:
    engines/mads/messages.h



diff --git a/engines/mads/messages.h b/engines/mads/messages.h
index 739b203..2b673a8 100644
--- a/engines/mads/messages.h
+++ b/engines/mads/messages.h
@@ -46,7 +46,7 @@ class MADSEngine;
 
 class KernelMessage {
 public:
-	uint8 _flags;
+	uint16 _flags;
 	int _sequenceIndex;
 	int _color1;
 	int _color2;






More information about the Scummvm-git-logs mailing list