From 3c97a8e8a535b8f36074093d987ac14f32ea96d6 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Mon, 28 May 2012 16:49:17 +0000 Subject: Cacti don't gather snow git-svn-id: http://mc-server.googlecode.com/svn/trunk@517 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/BlockID.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source') diff --git a/source/BlockID.cpp b/source/BlockID.cpp index 6d98d0d89..08481ad65 100644 --- a/source/BlockID.cpp +++ b/source/BlockID.cpp @@ -241,6 +241,7 @@ public: // Blocks that can be snowed over: g_BlockIsSnowable[E_BLOCK_BROWN_MUSHROOM] = false; + g_BlockIsSnowable[E_BLOCK_CACTUS] = false; g_BlockIsSnowable[E_BLOCK_CHEST] = false; g_BlockIsSnowable[E_BLOCK_CROPS] = false; g_BlockIsSnowable[E_BLOCK_FIRE] = false; -- cgit v1.2.3