Skip to content
Snippets Groups Projects
Commit 064f4bcf authored by Monster Iestyn's avatar Monster Iestyn
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)
parent dab212dc
No related branches found
No related tags found
2 merge requests!985Shaders next merge,!937GCC 10 compiling fixes
......@@ -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