Add 2x zoom for client list overlay icons

This commit is contained in:
dP
2021-11-05 02:48:01 +03:00
parent e56ebba02e
commit 632e1e21dc
6 changed files with 24 additions and 26 deletions
+2 -2
View File
@@ -2142,9 +2142,9 @@ public:
SpriteID player_icon = 0;
if (ci->client_id == _network_own_client_id) {
player_icon = CM_SPR_PLAYER1 /* SPR_PLAYER_SELF */;
player_icon = CM_SPR_PLAYER /* SPR_PLAYER_SELF */;
} else if (ci->client_id == CLIENT_ID_SERVER) {
player_icon = CM_SPR_HOST1 /* SPR_PLAYER_HOST */;
player_icon = CM_SPR_HOST /* SPR_PLAYER_HOST */;
}
if (player_icon != 0) {