fixed nameplats in spectator

This commit is contained in:
Magnus Auvinen 2007-12-10 21:30:19 +00:00
parent 88d9ca9181
commit 110834e859

View file

@ -2222,7 +2222,10 @@ void render_game()
}
}
local_target_pos = local_character_pos + mouse_pos;
if(spectate)
local_target_pos = mouse_pos;
else
local_target_pos = local_character_pos + mouse_pos;
// snap input
{