From f5466a4cb368a1554362deeb5b0f966cf5613e80 Mon Sep 17 00:00:00 2001 From: "lapayo94@gmail.com" Date: Thu, 29 Dec 2011 00:44:19 +0000 Subject: - water slacks fire now - Bug which caused lava to disappear is fixed git-svn-id: http://mc-server.googlecode.com/svn/trunk@152 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cFluidSimulator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cFluidSimulator.h') diff --git a/source/cFluidSimulator.h b/source/cFluidSimulator.h index 1b4cd0d55..73c76762e 100644 --- a/source/cFluidSimulator.h +++ b/source/cFluidSimulator.h @@ -29,7 +29,7 @@ public: Direction GetFlowingDirection(int a_X, int a_Y, int a_Z, bool a_Over = true); virtual inline bool IsAllowedBlock( char a_BlockID ) = 0; - virtual inline bool IsPassableForFluid( char a_BlockID ) = 0; + virtual inline bool IsPassableForFluid( char a_BlockID ); protected: virtual void AddBlock( int a_X, int a_Y, int a_Z); -- cgit v1.2.3