This commit is contained in:
yvt 2014-03-08 00:58:44 +09:00
parent 236fb7cde9
commit 306397a82a

View File

@ -2587,7 +2587,7 @@ namespace spades {
}
// draw health
if(p->GetTeamId() < 2){
if(p->GetTeamId() < 2 && (time < lastAliveTime + 1.4f || followingPlayerId == p->GetId())){
char buf[64];
sprintf(buf, "%d", p->GetHealth());