summaryrefslogtreecommitdiffstats
path: root/source/cStairs.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cStairs.h')
-rw-r--r--source/cStairs.h2
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)
{