From 9f38c219e2851324b8b2694315abed4d3138fca2 Mon Sep 17 00:00:00 2001 From: faketruth Date: Tue, 14 Feb 2012 13:37:13 +0000 Subject: Updated fluid simulators with geser's patch file! Fluids should behave more like Minecraft's fluids, and lava+water creates stone/cobble/obsidian! git-svn-id: http://mc-server.googlecode.com/svn/trunk@257 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cLavaSimulator.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/cLavaSimulator.h') diff --git a/source/cLavaSimulator.h b/source/cLavaSimulator.h index f0bfacb38..aa20b4d1d 100644 --- a/source/cLavaSimulator.h +++ b/source/cLavaSimulator.h @@ -7,5 +7,6 @@ public: cLavaSimulator( cWorld* a_World ); virtual bool IsAllowedBlock( char a_BlockID ); + }; \ No newline at end of file -- cgit v1.2.3