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

(cherry picked from commit 064f4bcf349e9600552a0b99bd0fbfb3cbcf0958)
This commit is contained in:
Monster Iestyn 2020-05-12 18:42:16 +01:00 committed by James R
parent f89400c728
commit 697c7f859e

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);