removed spamming I wanna spawn message

This commit is contained in:
Magnus Auvinen 2008-12-19 08:28:16 +00:00
parent a6c8eb642b
commit 619c309779

View file

@ -113,10 +113,7 @@ void PLAYER::on_direct_input(NETOBJ_PLAYER_INPUT *new_input)
chr->on_direct_input(new_input);
if(!chr && team >= 0 && (new_input->fire&1))
{
spawning = true;
dbg_msg("", "I wanna spawn");
}
if(!chr && team == -1)
view_pos = vec2(new_input->target_x, new_input->target_y);