From 1e54255d9578e00ed699a458d9772f1035564620 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 24 Dec 2012 17:00:34 +0300 Subject: Fix block masks for additinal collisions. --- src/map.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 78f371f3e..a0672242a 100644 --- a/src/map.h +++ b/src/map.h @@ -140,8 +140,8 @@ class Map final : public Properties, public ConfigListener BLOCKMASK_MONSTER = 0x02, // 0000 0010 BLOCKMASK_AIR = 0x04, // 0000 0100 BLOCKMASK_WATER = 0x08, // 0000 1000 - BLOCKMASK_GROUND = 0x16, // 0001 0000 - BLOCKMASK_GROUNDTOP = 0x32 // 0010 0000 + BLOCKMASK_GROUND = 0x10, // 0001 0000 + BLOCKMASK_GROUNDTOP = 0x20 // 0010 0000 }; enum DebugType -- cgit v1.2.3-60-g2f50