From 66f7df70fb03d487ae0c667adec3d5ad6e11721e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 23 Jul 2013 12:59:18 +0300 Subject: Add new sprite actions for water and sky. New actions: fly, swim, standsky, standwater, sitsky, sitwater, attacksky, attackwater, spawnsky, spawnwater, deadsky, deadwater For now attacksky and attackwater unused. --- src/map.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index ac9cd5232..e14b3c18d 100644 --- a/src/map.h +++ b/src/map.h @@ -231,6 +231,8 @@ class Map final : public Properties, public ConfigListener void setWalk(const int x, const int y, const bool walkable); + unsigned char getBlockMask(const int x, const int y); + /** * Returns the width of this map in tiles. */ -- cgit v1.2.3-60-g2f50