diff options
Diffstat (limited to '')
-rw-r--r-- | source/cWorld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cWorld.h b/source/cWorld.h index 225d45707..19051bbe1 100644 --- a/source/cWorld.h +++ b/source/cWorld.h @@ -91,7 +91,7 @@ public: void RemovePlayer( cPlayer* a_Player );
typedef struct lua_State lua_State;
- bool ForEachPlayer(cPlayerListCallback * a_Callback); // Calls the callback for each player in the list
+ bool ForEachPlayer(cPlayerListCallback & a_Callback); // Calls the callback for each player in the list
// >> EXPORTED IN MANUALBINDINGS <<
unsigned int GetNumPlayers(); //tolua_export
|