X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player.c;h=e6b93877f514f3f55b3c6de26462a860a400ca43;hb=1d8d9366022c064ef56d80d463c90a79721c6243;hp=7a31eda047382aba659f289a36f156494b77d5c4;hpb=3749ad2919d75b87c73deb2e8fe7e505cbdcf739;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player.c b/player.c index 7a31eda..e6b9387 100644 --- a/player.c +++ b/player.c @@ -193,20 +193,16 @@ static void player__im_gui(void){ player__debugtext( 2, "instance #%u", world_static.active_instance ); - char buf_hub[96], - buf_client[96]; - if( world_static.addon_client ) - addon_alias_uid( &world_static.addon_client->alias, buf_client ); - else - strcpy( buf_client, "none" ); - - if( world_static.addon_hub ) - addon_alias_uid( &world_static.addon_hub->alias, buf_hub ); - else - strcpy( buf_hub, "none" ); - - player__debugtext( 1, "hub uid: %s", buf_hub ); - player__debugtext( 1, "client uid: %s", buf_client ); + char buf[96]; + for( u32 i=0; ialias, buf ); + else + strcpy( buf, "none" ); + + player__debugtext( 1, "world #%u: %s", i, buf ); + } + player__debugtext( 2, "director" ); player__debugtext( 1, "activity: %s", (const char *[]){ [k_skaterift_menu] = "menu",