Skip to content

Commit

Permalink
Set GLOCK_DEFAULT_GIVE to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Apr 13, 2020
1 parent ceb74f8 commit e29826a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions cl_dll/hud.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ void CHud :: Init( void )
m_Flash.Init();
m_Message.Init();
m_StatusBar.Init();
m_Speedometer.Init();
m_DeathNotice.Init();
m_AmmoSecondary.Init();
m_TextMessage.Init();
Expand Down Expand Up @@ -516,7 +515,6 @@ void CHud :: VidInit( void )
m_Message.VidInit();
m_StatusBar.VidInit();
m_DeathNotice.VidInit();
m_Speedometer.VidInit();
m_SayText.VidInit();
m_Menu.VidInit();
m_AmmoSecondary.VidInit();
Expand Down
2 changes: 1 addition & 1 deletion dlls/weapons.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class CGrenade : public CBaseMonster


// the default amount of ammo that comes with each gun when it spawns
#define GLOCK_DEFAULT_GIVE 17
#define GLOCK_DEFAULT_GIVE 18
#define PYTHON_DEFAULT_GIVE 6
#define MP5_DEFAULT_GIVE 25
#define MP5_DEFAULT_AMMO 25
Expand Down

0 comments on commit e29826a

Please sign in to comment.