- Make use of HLWeapoSelect

This commit is contained in:
Marco Cawthorne 2024-08-14 16:21:34 -07:00
parent 4a909c274a
commit fb3718d1d7
Signed by: eukara
GPG key ID: CE2032F0A2882A22
3 changed files with 5 additions and 1 deletions

View file

@ -15,6 +15,7 @@
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include "../../../valve/src/shared/defs.h"
#define MAX_A_CELLS 200
var string g_dmsg_spr;
@ -34,4 +35,4 @@ struct
{
bool m_bInputGren1;
bool m_bInputGren2;
} g_seats_tfc[4], *pSeatTFC;
} g_seats_tfc[4], *pSeatTFC;

View file

@ -38,6 +38,7 @@ hud_itemnotify.qc
hud_ammonotify.qc
../../../valve/src/client/hud_sprite.qc
../../../valve/src/client/hud.qc
../../../valve/src/client/HLWeaponSelect.qc
../../../valve/src/client/hud_weaponselect.qc
../../../valve/src/client/scoreboard.qc
@ -46,3 +47,4 @@ vgui_chooseteam.qc
vgui_changeclass.qc
../../../src/shared/include.src
#endlist

View file

@ -15,6 +15,7 @@
*/
#include "gamerules.h"
#include "../../../valve/src/shared/defs.h"
#include "../../../valve/src/server/items.h"
#include "../../../valve/src/server/flashlight.h"
#include "sentry.h"