Remove useless message.

This commit is contained in:
Night Owl 2017-01-20 03:46:56 +05:00
parent 35fc3ce555
commit 77a40ecfa7
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ void LinkUserMessages( void )
gmsgFade = REG_USER_MSG( "ScreenFade", sizeof(ScreenFade) );
gmsgAmmoX = REG_USER_MSG( "AmmoX", 2 );
gmsgTeamNames = REG_USER_MSG( "TeamNames", -1 );
gmsgSpectator = REG_USER_MSG( "Spectator", 2 );
//gmsgSpectator = REG_USER_MSG( "Spectator", 2 );
gmsgStatusText = REG_USER_MSG( "StatusText", -1 );
gmsgStatusValue = REG_USER_MSG( "StatusValue", 3 );