Update for PRC8 parity
Update for PRC8 parity. Full compile.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user