summaryrefslogtreecommitdiffstats
path: root/source/cStep.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cStep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cStep.h b/source/cStep.h
index 9fe0131ed..482bb9b7b 100644
--- a/source/cStep.h
+++ b/source/cStep.h
@@ -5,7 +5,7 @@ class cStep //tolua_export
public:
static char DirectionToMetaData( int a_Direction ) //tolua_export
{ //tolua_export
- int result = 0x0;
+ char result = 0x0;
if( a_Direction == 0)
{
result = 0x8;