Update for PRC8 parity

Update for PRC8 parity.  Full compile.
This commit is contained in:
Jaysyn904
2025-02-08 14:10:00 -05:00
parent 445bed95fa
commit 00d2c183e8
25 changed files with 25 additions and 25 deletions

View File

@@ -42,8 +42,8 @@ location util_DecodeLocation(string s);
int util_IsWeapon(object oItem);
//int max(int a, int b) { return (a>b) ? a : b; } //:: Defined exactly the same in the PRC's
//int min(int a, int b) { return (a<b) ? a : b; } //:: inc_utility.nss
//int PRCMax(int a, int b) { return (a>b) ? a : b; } //:: Defined exactly the same in the PRC's
//int PRCMin(int a, int b) { return (a<b) ? a : b; } //:: inc_utility.nss
void util_ClearInventory(object o)
{