added missing extern keyword for ms_RoomId in mserv.h (the definition is already in the .c file in this case)

This commit is contained in:
Monster Iestyn 2020-05-12 18:42:16 +01:00
parent dab212dc56
commit 064f4bcf34
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ extern consvar_t cv_masterserver, cv_servername;
// < 0 to not connect (usually -1) (offline mode)
// == 0 to show all rooms, not a valid hosting room
// anything else is whatever room the MS assigns to that number (online mode)
INT16 ms_RoomId;
extern INT16 ms_RoomId;
const char *GetMasterServerPort(void);
const char *GetMasterServerIP(void);