From 7538b4c6201675c566c98b21c8ecddb798a14943 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sat, 25 Jun 2011 04:25:14 +0300 Subject: New map generator added (and SQLite, messed up the commits at that time...) (import from temporary git repo) --- src/mapsector.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mapsector.cpp') diff --git a/src/mapsector.cpp b/src/mapsector.cpp index a24b6c5de..97101dd36 100644 --- a/src/mapsector.cpp +++ b/src/mapsector.cpp @@ -24,7 +24,6 @@ with this program; if not, write to the Free Software Foundation, Inc., MapSector::MapSector(NodeContainer *parent, v2s16 pos): differs_from_disk(true), - usage_timer(0.0), m_parent(parent), m_pos(pos), m_block_cache(NULL) -- cgit v1.2.3