1
This commit is contained in:
parent
d50eeb344c
commit
5703d51dc6
@ -1173,6 +1173,7 @@ void Room::BattleReport()
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
if (a->stats.dead_times < b->stats.dead_times) {
|
if (a->stats.dead_times < b->stats.dead_times) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
@ -1186,6 +1187,7 @@ void Room::BattleReport()
|
|||||||
if (a->stats.damage_amount_out < b->stats.damage_amount_out) {
|
if (a->stats.damage_amount_out < b->stats.damage_amount_out) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
if (a->stats.last_kill_timeseq < b->stats.last_kill_timeseq) {
|
if (a->stats.last_kill_timeseq < b->stats.last_kill_timeseq) {
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user