From ecfe6ab65bd1fc2c7f5733fe6ef4e6ddaac44a26 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 23 Sep 2012 22:09:57 +0000 Subject: Source files cleanup: The rest of the files renamed. git-svn-id: http://mc-server.googlecode.com/svn/trunk@887 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cWaterSimulator.cpp | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 source/cWaterSimulator.cpp (limited to 'source/cWaterSimulator.cpp') diff --git a/source/cWaterSimulator.cpp b/source/cWaterSimulator.cpp deleted file mode 100644 index 642d54aac..000000000 --- a/source/cWaterSimulator.cpp +++ /dev/null @@ -1,22 +0,0 @@ -#include "Globals.h" -#include "cWaterSimulator.h" -#include "Defines.h" -#include "cWorld.h" - - - -cWaterSimulator::cWaterSimulator(cWorld *a_World) - : cFluidSimulator(a_World) -{ - m_FluidBlock = E_BLOCK_WATER; - m_StationaryFluidBlock = E_BLOCK_STATIONARY_WATER; - m_MaxHeight = 7; - m_FlowReduction = 1; -} - - -bool cWaterSimulator::IsAllowedBlock(char a_BlockID) -{ - return IsBlockWater(a_BlockID); -} - -- cgit v1.2.3