diff --git a/engine/code/qcommon/q_shared.h b/engine/code/qcommon/q_shared.h index 91ff14ac..a0c71b20 100644 --- a/engine/code/qcommon/q_shared.h +++ b/engine/code/qcommon/q_shared.h @@ -56,7 +56,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define CINEMATICS_LOGO "idlogo.RoQ" #define CINEMATICS_INTRO "intro.RoQ" #define LEGACY_PROTOCOL - #define PROTOCOL_HANDLER "quake3" + #define PROTOCOL_HANDLER "q3rally" #endif // Heartbeat for dpmaster protocol. You shouldn't change this unless you know what you're doing diff --git a/engine/make-macosx-app.sh b/engine/make-macosx-app.sh index 672effc1..02cd0510 100755 --- a/engine/make-macosx-app.sh +++ b/engine/make-macosx-app.sh @@ -192,7 +192,7 @@ WRAPPER_NAME="${PRODUCT_NAME}.${WRAPPER_EXTENSION}" CONTENTS_FOLDER_PATH="${WRAPPER_NAME}/Contents" UNLOCALIZED_RESOURCES_FOLDER_PATH="${CONTENTS_FOLDER_PATH}/Resources" EXECUTABLE_FOLDER_PATH="${CONTENTS_FOLDER_PATH}/MacOS" -PROTOCOL_HANDLER="quake3" +PROTOCOL_HANDLER="q3rally" # loop through the architectures to build string lists for each universal binary for ARCH in $SEARCH_ARCHS; do