diff --git a/packageforswitch.sh b/packageforswitch.sh index e561f6f77441f52a0fdf16de0766d613af26846c..5b56a7547393c5dfc652105083d98db3ed2687e4 100755 --- a/packageforswitch.sh +++ b/packageforswitch.sh @@ -1,6 +1,6 @@ #!/bin/sh INSTALLERURL="https://github.com/STJr/SRB2/releases/download/SRB2_release_2.2.2/SRB2-v_221-Installer.exe" -PATCHURL="https://github.com/STJr/SRB2/releases/download/SRB2_release_2.2.3/SRB2-v223-patch.zip" +PATCHURL="https://files.srb2.org/srb2.org/SRB2-v224-Patch.zip" DOWNLOADCMD="curl -Lo" cd assets diff --git a/src/mserv.c b/src/mserv.c index 05a5344bac1ee38b2b249b245615ba0dd300a49d..8c676a00e9098befa41fd8d6ec7099ca52996bf7 100644 --- a/src/mserv.c +++ b/src/mserv.c @@ -110,6 +110,7 @@ #define PORT_MSG_POS 32 #define HOSTNAME_MSG_POS 40 +INT16 ms_RoomId; #if defined(_MSC_VER) #pragma pack(1)