diff options
Diffstat (limited to '')
-rw-r--r-- | source/cStairs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cStairs.h b/source/cStairs.h index d796dc56d..e17f4abc1 100644 --- a/source/cStairs.h +++ b/source/cStairs.h @@ -6,7 +6,7 @@ public: static char RotationToMetaData( float a_Rotation, int a_Direction ) //tolua_export { //tolua_export a_Rotation += 90 + 45; // So its not aligned with axis - int result = 0x0; + char result = 0x0; if( a_Direction == 0) { |