From c561c365d70c73b3842709f76a3cafaa553dead0 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 18 Oct 2008 21:19:49 +0000 Subject: fixed potential crash when players leave and there are projectiles left from them --- src/game/server/player.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/server/player.hpp') diff --git a/src/game/server/player.hpp b/src/game/server/player.hpp index a1aed594..92d950c2 100644 --- a/src/game/server/player.hpp +++ b/src/game/server/player.hpp @@ -66,6 +66,7 @@ public: void tick(); void snap(int snapping_client); + void on_character_death(); void on_direct_input(NETOBJ_PLAYER_INPUT *new_input); void on_predicted_input(NETOBJ_PLAYER_INPUT *new_input); void on_disconnect(); -- cgit 1.4.1