diff options
Diffstat (limited to 'src/game-server/state.hpp')
-rw-r--r-- | src/game-server/state.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game-server/state.hpp b/src/game-server/state.hpp index 44c71600..80db0461 100644 --- a/src/game-server/state.hpp +++ b/src/game-server/state.hpp @@ -30,7 +30,7 @@ class MapComposite; class Thing; class Object; -class Player; +class Character; enum { @@ -69,9 +69,9 @@ class State void updateMap(MapComposite *); /** - * Informs a player of what happened around. + * Informs a player of what happened around the character. */ - void informPlayer(MapComposite *, Player *); + void informPlayer(MapComposite *, Character *); /** * Loads map into game world. |