Merge branch 'sohl1.2' into halloween

This commit is contained in:
Night Owl 2018-10-08 14:39:05 +05:00
commit 7e2c98f685
1 changed files with 1 additions and 1 deletions

View File

@ -260,10 +260,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 )