aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/masterserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/masterserver.h')
-rw-r--r--NorthstarDLL/masterserver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/NorthstarDLL/masterserver.h b/NorthstarDLL/masterserver.h
index eb784002..4e649fae 100644
--- a/NorthstarDLL/masterserver.h
+++ b/NorthstarDLL/masterserver.h
@@ -27,6 +27,7 @@ class RemoteServerInfo
std::string description;
char map[32];
char playlist[16];
+ char region[32];
std::vector<RemoteModInfo> requiredMods;
int playerCount;
@@ -42,6 +43,7 @@ class RemoteServerInfo
const char* newDescription,
const char* newMap,
const char* newPlaylist,
+ const char* newRegion,
int newPlayerCount,
int newMaxPlayers,
bool newRequiresPassword);