Browse Source

Merge branch 'sohl1.2' into halloween

halloween
Night Owl 6 years ago
parent
commit
7e2c98f685
  1. 2
      dlls/player.cpp

2
dlls/player.cpp

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

Loading…
Cancel
Save