mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
Address two compiler warnings (#258)
This commit is contained in:
@@ -8309,7 +8309,7 @@ void HandleTBLevelUp(void)
|
||||
|
||||
void HandleTBBackpacks(void)
|
||||
{
|
||||
if (UsingNewInventorySystem)
|
||||
if (UsingNewInventorySystem())
|
||||
{
|
||||
bool backpackDropped = false;
|
||||
SOLDIERTYPE* pTeamSoldier;
|
||||
|
||||
Reference in New Issue
Block a user