X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=player_remote.h;h=021fcf5ff1db5b6cda5cb4550f20b86a18139651;hb=137d40d96fe923600d8378b8e138e3c276f27ff4;hp=de3c7a297fe2a20d7f4b26e6b62abb1e4d073eae;hpb=d5f400a06400d5322330cfdbb97a661707b3d150;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_remote.h b/player_remote.h index de3c7a2..021fcf5 100644 --- a/player_remote.h +++ b/player_remote.h @@ -15,7 +15,7 @@ struct { /* this is set IF they exist in a world that we have loaded */ world_instance *active_world; - int hub_match, client_match; + int world_match[ k_world_max ]; /* TODO: Compression with server code */ char username[ NETWORK_USERNAME_MAX ];