WINTERMUTE: Fix warning

This commit is contained in:
Willem Jan Palenstijn 2013-09-26 02:16:02 +02:00
parent 008eb251df
commit ade516a996

View File

@ -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: