Ammo,HealthPickup now takes in account for possible parenting/childing of the pickup. Also saved the xml files with the new scaling

This commit is contained in:
verysecrethero
2016-02-24 17:53:37 +01:00
parent 5af4f9d8e7
commit ef87102d1f
6 changed files with 17 additions and 13 deletions
+1
View File
@@ -27,6 +27,7 @@ private:
double HealthGain;
double RespawnTimer;
double DecreaseThisRespawnTimer;
EntityID parentID;
};
std::vector<NewHealthPickup> m_ETriggerTouchVector;
};