mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-13 05:51:19 +00:00
Do not register threewave-specific messages for dmc.
This commit is contained in:
parent
e3c44c4be7
commit
4e07f3f759
@ -259,10 +259,13 @@ void LinkUserMessages( void )
|
||||
gmsgStatusText = REG_USER_MSG( "StatusText", -1 );
|
||||
gmsgStatusValue = REG_USER_MSG( "StatusValue", 3 );
|
||||
|
||||
gmsgCTFMsgs = REG_USER_MSG( "Bonus", -1 );
|
||||
gmsgFlagStatus = REG_USER_MSG( "FlagStat", 5 );
|
||||
gmsgRuneStatus = REG_USER_MSG( "RuneStat", 1 );
|
||||
gmsgFlagCarrier = REG_USER_MSG( "FlagCarrier", 2 );
|
||||
if( g_bIsThreeWave )
|
||||
{
|
||||
gmsgCTFMsgs = REG_USER_MSG( "Bonus", -1 );
|
||||
gmsgFlagStatus = REG_USER_MSG( "FlagStat", 5 );
|
||||
gmsgRuneStatus = REG_USER_MSG( "RuneStat", 1 );
|
||||
gmsgFlagCarrier = REG_USER_MSG( "FlagCarrier", 2 );
|
||||
}
|
||||
//++ BulliT
|
||||
gmsgAllowSpec = REG_USER_MSG( "AllowSpec", 1 ); //Allow spectator button message.
|
||||
gmsgSpectator = REG_USER_MSG( "Spectator", 2 ); //Spectator message.
|
||||
|
Loading…
x
Reference in New Issue
Block a user