X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=gameserver.h;h=caa4f0d7e49140305f67abf298f9573eddd4aa01;hb=refs%2Fheads%2Frigidbody;hp=ac1c4914201c5b8cca64e8ed825c36e9ba0f2164;hpb=15c0b8cb57ed5d10814103eaa0b5c06e8ae117e4;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/gameserver.h b/gameserver.h index ac1c491..caa4f0d 100644 --- a/gameserver.h +++ b/gameserver.h @@ -10,7 +10,6 @@ #include "vg/vg_steam_auth.h" #include "network_msg.h" #include "network_common.h" -#include "highscores.h" #include #define CLIENT_KNOWLEDGE_SAME_WORLD0 0x1 @@ -36,6 +35,9 @@ struct { } items[k_netmsg_playeritem_max]; + char region[ NETWORK_REGION_MAX ]; + u32 region_flags; + u64 steamid; } clients[ NETWORK_MAX_PLAYERS ];