1
This commit is contained in:
parent
630b620c18
commit
0a2a1e4919
@ -1118,9 +1118,11 @@ void Human::FillSMGameOver(cs::SMGameOver& msg)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#if 1
|
#if 1
|
||||||
if (room->GetBattleStartFrameNo() <= 0) {
|
if (room->GetBattleStartFrameNo() <= 0 &&
|
||||||
|
dead_frameno) {
|
||||||
msg.set_team_rank(0);
|
msg.set_team_rank(0);
|
||||||
msg.set_personal_rank(0);
|
msg.set_personal_rank(0);
|
||||||
|
msg.set_my_rank(0);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user