diff options
Diffstat (limited to '')
-rw-r--r-- | source/cRoot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cRoot.h b/source/cRoot.h index 0b5e9c7af..85b12eb12 100644 --- a/source/cRoot.h +++ b/source/cRoot.h @@ -37,7 +37,7 @@ public: cServer* GetServer() { return m_Server; } //tolua_export
OBSOLETE cWorld* GetWorld(); //tolua_export
cWorld* GetDefaultWorld(); //tolua_export
- cWorld* GetWorld( const char* a_WorldName ); //tolua_export
+ cWorld* GetWorld( const AString & a_WorldName ); //tolua_export
cMonsterConfig *GetMonsterConfig() { return m_MonsterConfig;}
cGroupManager* GetGroupManager() { return m_GroupManager; } //tolua_export
|