diff options
Diffstat (limited to 'source/Player.h')
-rw-r--r-- | source/Player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Player.h b/source/Player.h index f36545a4c..639b2595b 100644 --- a/source/Player.h +++ b/source/Player.h @@ -145,7 +145,7 @@ public: void SetVisible( bool a_bVisible ); // tolua_export bool IsVisible(void) const { return m_bVisible; } // tolua_export - bool MoveToWorld(const char * a_WorldName ); // tolua_export + bool MoveToWorld(const char * a_WorldName); // tolua_export bool SaveToDisk(void); bool LoadFromDisk(void); |