fixed reset for characters

This commit is contained in:
Magnus Auvinen 2008-10-20 22:43:14 +00:00
parent 8eee526360
commit a8fb732b0e

View file

@ -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;