InLiquid converted to xyz_location

This commit is contained in:
Arthur Ice
2014-11-26 19:39:39 -08:00
parent 2f203fa6bb
commit 4094d43c49
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ public:
virtual bool InWater(const xyz_location& location) const;
virtual bool InVWater(const xyz_location& location) const;
virtual bool InLava(const xyz_location& location) const;
virtual bool InLiquid(float y, float x, float z) const;
virtual bool InLiquid(const xyz_location& location) const;
protected:
virtual bool Load(FILE *fp);