diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-07-03 09:47:35 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-07-03 09:47:35 +0200 |
commit | f7b8a301f8a705cec6df17c7051164169cf619a6 (patch) | |
tree | 18e0c07ecb0b0750868a37f1f62512f84f769c93 /source/Player.h | |
parent | dtOnFire damage wasn't dealt properly (diff) | |
download | cuberite-f7b8a301f8a705cec6df17c7051164169cf619a6.tar cuberite-f7b8a301f8a705cec6df17c7051164169cf619a6.tar.gz cuberite-f7b8a301f8a705cec6df17c7051164169cf619a6.tar.bz2 cuberite-f7b8a301f8a705cec6df17c7051164169cf619a6.tar.lz cuberite-f7b8a301f8a705cec6df17c7051164169cf619a6.tar.xz cuberite-f7b8a301f8a705cec6df17c7051164169cf619a6.tar.zst cuberite-f7b8a301f8a705cec6df17c7051164169cf619a6.zip |
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); |