Merge branch 'sohl1.2' into aomdc

This commit is contained in:
Night Owl 2018-10-08 14:38:27 +05:00
commit 815d3d8d91
1 changed files with 1 additions and 1 deletions

View File

@ -258,10 +258,10 @@ void LinkUserMessages( void )
gmsgAmmoX = REG_USER_MSG( "AmmoX", 2 );
gmsgTeamNames = REG_USER_MSG( "TeamNames", -1 );
gmsgStatusIcon = REG_USER_MSG( "StatusIcon", -1 );
gmsgBhopcap = REG_USER_MSG( "Bhopcap", 1 );
gmsgStatusText = REG_USER_MSG( "StatusText", -1 );
gmsgStatusValue = REG_USER_MSG( "StatusValue", 3 );
gmsgBhopcap = REG_USER_MSG( "Bhopcap", 1 );
}
LINK_ENTITY_TO_CLASS( player, CBasePlayer )