Skip to content
Snippets Groups Projects
Commit 697c7f85 authored by Monster Iestyn's avatar Monster Iestyn Committed by James R.
Browse files

added missing extern keyword for ms_RoomId in mserv.h (the definition is...

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)
parent f89400c7
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment