mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-25 05:34:27 +00:00
WINTERMUTE: Match type of angle constant to struct in TransformStruct, silence warnings
This commit is contained in:
parent
01b5f0ffdc
commit
c0c3854fe2
@ -55,7 +55,7 @@ public:
|
||||
|
||||
Point32 _zoom; ///< Zoom; 100 = no zoom
|
||||
Point32 _hotspot; ///< Position of the hotspot
|
||||
uint32 _angle; ///< Rotation angle, in degrees
|
||||
int32 _angle; ///< Rotation angle, in degrees
|
||||
byte _flip; ///< Bitflag: see TransparentSurface::FLIP_XXX
|
||||
bool _alphaDisable;
|
||||
TSpriteBlendMode _blendMode;
|
||||
|
Loading…
x
Reference in New Issue
Block a user