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

wjp wjp at usecode.org
Thu Sep 26 02:17:16 CEST 2013


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:
ade516a996 WINTERMUTE: Fix warning


Commit: ade516a996fc99d161504456b374f476e2333641
    https://github.com/scummvm/scummvm/commit/ade516a996fc99d161504456b374f476e2333641
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2013-09-25T17:16:20-07:00

Commit Message:
WINTERMUTE: Fix warning

Changed paths:
    engines/wintermute/graphics/transform_struct.h



diff --git a/engines/wintermute/graphics/transform_struct.h b/engines/wintermute/graphics/transform_struct.h
index 2d98dc4..90a4c1f 100644
--- a/engines/wintermute/graphics/transform_struct.h
+++ b/engines/wintermute/graphics/transform_struct.h
@@ -40,7 +40,7 @@ const int32 kDefaultHotspotX = 0;
 const int32 kDefaultHotspotY = 0;
 const int32 kDefaultOffsetX = 0;
 const int32 kDefaultOffsetY = 0;
-const uint32 kDefaultAngle = 0;	
+const int32 kDefaultAngle = 0;	
 
 struct TransformStruct {
 private:






More information about the Scummvm-git-logs mailing list