InLava converted to xyz_location

This commit is contained in:
Arthur Ice
2014-11-26 19:38:53 -08:00
parent 5140e6fabf
commit 2f203fa6bb
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ public:
virtual WaterRegionType ReturnRegionType(const xyz_location& location) const;
virtual bool InWater(const xyz_location& location) const;
virtual bool InVWater(const xyz_location& location) const;
virtual bool InLava(float y, float x, float z) const;
virtual bool InLava(const xyz_location& location) const;
virtual bool InLiquid(float y, float x, float z) const;
protected: