mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2026-01-01 07:31:04 +00:00
(WIP) Remove BaseNPC::barkerType to save space
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user