Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Apr 30, 2020
2 parents 1c95c48 + f59bdc4 commit e27d529
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ The first two digits of of the build number are the year of release. The second
The master branch contains the unmodified SDK of Grey Source. You can clone this branch to make your own Grey Source game, from the original engine just in case you don't want any propietary versions of Grey Source used for games developed by PHOENIX.
The branch will always be up-to-date with the latest release of Grey Source.

## CORRIDORS BRANCH
The CORRIDORS branch contains the modified SDK of Grey Source specifically built for the game CORRIDORS. The branch is up-to-date with the development of CORRIDORS.

# LICENSE
Since we are using code copyrighted by id Software and Valve Corp. in the years 1996, 1997 and 2002, we are required to include the license written by the legal team at Valve Corp.
## HALF LIFE 1 SDK LICENSE
Expand Down
2 changes: 1 addition & 1 deletion dlls/mp5.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ void CMP5::PrimaryAttack()
// HEV suit - indicate out of ammo condition
m_pPlayer->SetSuitUpdate("!HEV_AMO0", FALSE, 0);

m_flNextPrimaryAttack = GetNextAttackDelay(0.89);
m_flNextPrimaryAttack = GetNextAttackDelay(0.08);

if ( m_flNextPrimaryAttack < UTIL_WeaponTimeBase() )
m_flNextPrimaryAttack = UTIL_WeaponTimeBase() + 0.1;
Expand Down

0 comments on commit e27d529

Please sign in to comment.