about summary refs log tree commit diff
path: root/src/game/server/entities
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/entities')
-rw-r--r--src/game/server/entities/character.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/game/server/entities/character.cpp b/src/game/server/entities/character.cpp
index aa0adcf5..2efaf00f 100644
--- a/src/game/server/entities/character.cpp
+++ b/src/game/server/entities/character.cpp
@@ -44,16 +44,11 @@ CHARACTER::CHARACTER()
 
 void CHARACTER::reset()
 {
-	
+	destroy();
 }
 
 bool CHARACTER::spawn(PLAYER *player, vec2 pos, int team)
 {
-	/*
-	~CHARACTER();
-	mem_zero(this, sizeof(CHARACTER));
-	new(this) CHARACTER();*/
-	
 	player_state = PLAYERSTATE_UNKNOWN;
 	emote_stop = -1;
 	last_action = -1;