diff options
Diffstat (limited to 'src/game/server/gs_game_tdm.hpp')
| -rw-r--r-- | src/game/server/gs_game_tdm.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/server/gs_game_tdm.hpp b/src/game/server/gs_game_tdm.hpp index 516b581c..bb35260c 100644 --- a/src/game/server/gs_game_tdm.hpp +++ b/src/game/server/gs_game_tdm.hpp @@ -5,6 +5,6 @@ class GAMECONTROLLER_TDM : public GAMECONTROLLER public: GAMECONTROLLER_TDM(); - int on_player_death(class PLAYER *victim, class PLAYER *killer, int weapon); + int on_character_death(class CHARACTER *victim, class PLAYER *killer, int weapon); virtual void tick(); }; |