Removed the specific check on hld in pairs.

Perhaps a better solution may present itself later.
This commit is contained in:
Cerapter 2018-09-04 20:36:11 +02:00
parent 0ef34d6354
commit ecade0dc13

View File

@ -1394,8 +1394,7 @@ void Courtroom::handle_chatmessage_2()
// Finally, we reorder them based on who is more to the left. // Finally, we reorder them based on who is more to the left.
// The person more to the left is more in the front. // The person more to the left is more in the front.
if (((hor2_offset >= hor_offset) && !(side == "hld")) || if (hor2_offset >= hor_offset)
((hor2_offset <= hor_offset) && (side == "hld")))
{ {
ui_vp_sideplayer_char->raise(); ui_vp_sideplayer_char->raise();
ui_vp_player_char->raise(); ui_vp_player_char->raise();