diff options
Diffstat (limited to 'source/cPlayer.h')
-rw-r--r-- | source/cPlayer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/cPlayer.h b/source/cPlayer.h index adefd7fdc..195120fcd 100644 --- a/source/cPlayer.h +++ b/source/cPlayer.h @@ -38,6 +38,7 @@ public: void SetLastBlockActionCnt( int ); //tolua_export
void SetLastBlockActionTime(); //tolua_export
void SetGameMode( int a_GameMode ); //tolua_export
+ void LoginSetGameMode( int a_GameMode );
void SetIP( std::string a_IP );
// Tries to move to a new position, with collision checks and stuff
|