From f0c21ce1cad60cbbaefda93f9f298fb6761392a4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 9 May 2011 23:25:54 +0300 Subject: Fix code style. --- src/map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 7e0f50dce..be880f2e7 100644 --- a/src/map.h +++ b/src/map.h @@ -230,7 +230,7 @@ class Map : public Properties, public ConfigListener BLOCKMASK_CHARACTER = 0x01, // 0000 0001 BLOCKMASK_MONSTER = 0x02, // 0000 0010 BLOCKMASK_AIR = 0x04, // 0000 0100 - BLOCKMASK_WATER = 0x08, // 0000 1000 + BLOCKMASK_WATER = 0x08 // 0000 1000 }; enum DebugType -- cgit v1.2.3-60-g2f50