From 4977b736e3be522a6becaabbd53d380a767a3a53 Mon Sep 17 00:00:00 2001 From: proller Date: Sat, 19 Apr 2014 02:24:45 +0400 Subject: Fix warnings --- src/mapgen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mapgen.cpp') diff --git a/src/mapgen.cpp b/src/mapgen.cpp index 5e393901a..1a31a8bcb 100644 --- a/src/mapgen.cpp +++ b/src/mapgen.cpp @@ -977,7 +977,7 @@ void Mapgen::updateHeightmap(v3s16 nmin, v3s16 nmax) { void Mapgen::updateLiquid(UniqueQueue *trans_liquid, v3s16 nmin, v3s16 nmax) { - bool isliquid, wasliquid, rare; + bool isliquid, wasliquid; v3s16 em = vm->m_area.getExtent(); for (s16 z = nmin.Z; z <= nmax.Z; z++) { -- cgit v1.2.3