(WIP) Remove BaseNPC::barkerType to save space

This commit is contained in:
gsemaj
2022-04-13 14:18:54 -04:00
parent 35e938b8c6
commit b6f15824f1
2 changed files with 1 additions and 3 deletions

View File

@@ -107,7 +107,6 @@ public:
int hp;
int angle;
int cbf;
int barkerType;
bool loopingPath = false;
BaseNPC(int _A, uint64_t iID, int t, int _id) {
@@ -115,7 +114,6 @@ public:
hp = 400;
angle = _A;
cbf = 0;
barkerType = 0;
id = _id;
instanceID = iID;
};