X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_remote.c;fp=player_remote.c;h=07acd9a947254455aea608959c96bfe38e4e659c;hb=64b1b54781be4e02f3a36ab1c09ca5349cfbd431;hp=b6ed77f67d949c2a9249be89055845ac32aa2124;hpb=baad90d065899a833390f2f0535cd1fa7799e275;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_remote.c b/player_remote.c index b6ed77f..07acd9a 100644 --- a/player_remote.c +++ b/player_remote.c @@ -847,7 +847,8 @@ static void remote_players_imgui_lobby(void){ continue; ui_rect box = { x, y, width, height }; - remote_player_gui_info( box, player->username, "", + remote_player_gui_info( box, player->username, + in_same_world? "": "another world", player->isfriend, in_same_world ); y += height + gap; }