Fix protocol handler scheme

This commit is contained in:
Zack Middleton 2023-08-21 13:57:57 -05:00
parent 8bf79baf63
commit 0c524e000d

View file

@ -39,7 +39,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 // You probably don't need this for your standalone game
// #define PROTOCOL_HANDLER "foobar"
#define PROTOCOL_HANDLER "q3rally"
#else
#define PRODUCT_NAME "ioq3"
#define BASEGAME "baseq3"
@ -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 "q3rally"
#define PROTOCOL_HANDLER "quake3"
#endif
// Heartbeat for dpmaster protocol. You shouldn't change this unless you know what you're doing