better nametag
[carveJwlIkooP6JGAAIwe30JlM.git] / player_remote.h
index 580a726dee1f7ef510aa9865287135785c0db7b2..3e66aff776cc5891227c8b6d884e9c521a21a8ae 100644 (file)
@@ -17,11 +17,16 @@ struct {
       /* this is set IF they exist in a world that we have loaded */
       world_instance *active_world;
       int world_match[ k_world_max ];
+      u32 location_pstr; /* TODO: valid if active_world set. */
 
       /* TODO: Compression with server code */
       char username[ NETWORK_USERNAME_MAX ];
       char items[k_netmsg_playeritem_max][ADDON_UID_MAX];
 
+      /* ui */
+      u32 medals[3];
+      f32 opacity;
+
       u32 down_bytes;
       f32 down_kbs;
    }
@@ -58,9 +63,6 @@ struct {
    u32 up_bytes;
    f32 up_kbs, down_kbs;
    f64 last_data_measurement;
-
-   int view_lobby;
-   f32 fview_lobby;
 }
 static netplayers;