username medals display
[carveJwlIkooP6JGAAIwe30JlM.git] / player_remote.h
index 4df9c32c6298b9b5ee75da4407c012531f8343c6..9ac3186b7eaf5c69d25a32cf5699e8c913bc3842 100644 (file)
@@ -17,11 +17,14 @@ 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];
 
+      u32 medals[3];
+
       u32 down_bytes;
       f32 down_kbs;
    }