[Scummvm-cvs-logs] scummvm master -> 0319cd06ef8e20486a3c7aa69a84bd39e8a71683

dreammaster dreammaster at scummvm.org
Thu Dec 22 09:31:31 CET 2011


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:
0319cd06ef CGE: Added explicit 'PACKED_STRUCT' macro to the HideDesc structure


Commit: 0319cd06ef8e20486a3c7aa69a84bd39e8a71683
    https://github.com/scummvm/scummvm/commit/0319cd06ef8e20486a3c7aa69a84bd39e8a71683
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-12-22T00:30:47-08:00

Commit Message:
CGE: Added explicit 'PACKED_STRUCT' macro to the HideDesc structure

Changed paths:
    engines/cge/bitmap.h



diff --git a/engines/cge/bitmap.h b/engines/cge/bitmap.h
index e7179f3..3de05ac 100644
--- a/engines/cge/bitmap.h
+++ b/engines/cge/bitmap.h
@@ -49,7 +49,7 @@ enum {
 struct HideDesc {
 	uint16 _skip;
 	uint16 _hide;
-};
+} PACKED_STRUCT;
 
 #include "common/pack-end.h"
 






More information about the Scummvm-git-logs mailing list