From d44abdab17f6ad7a05ddc08d418af35e9cabddef Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 17 Jan 2011 21:15:31 +0200 Subject: minecraft-style water done (but no texture animation or sound) --- src/map.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 5cee3b7c0..3b6b169e5 100644 --- a/src/map.h +++ b/src/map.h @@ -236,6 +236,8 @@ public: // For debug printing virtual void PrintInfo(std::ostream &out); + + void transformLiquids(core::map & modified_blocks); /* Variables -- cgit v1.2.3