Address two compiler warnings (#258)

This commit is contained in:
olafwqq
2024-01-01 22:43:31 +02:00
committed by GitHub
parent 62dd0914fc
commit 4d09bea13e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8309,7 +8309,7 @@ void HandleTBLevelUp(void)
void HandleTBBackpacks(void)
{
if (UsingNewInventorySystem)
if (UsingNewInventorySystem())
{
bool backpackDropped = false;
SOLDIERTYPE* pTeamSoldier;