From 6dc80d393ff54eb73114a3ff380e55bddf51a6c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 8 May 2011 03:36:26 +0200 Subject: [PATCH] Remove silly debug output --- library/modules/Maps.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/modules/Maps.cpp b/library/modules/Maps.cpp index 459f0bb6e..7de98bbe0 100644 --- a/library/modules/Maps.cpp +++ b/library/modules/Maps.cpp @@ -674,7 +674,7 @@ bool Maps::StartFeatures() // deref pointer to the humongo-structure if(!base) return false; - + // regionX and regionY are in embark squares! // we convert to full region tiles // this also works in adventure mode @@ -759,7 +759,6 @@ bool Maps::StartFeatures() tempvec.push_back(&(d->local_feature_store[cur_ptr])); } } - cout << "coord: " << pc.x << ":" << pc.y << " = " << tempvec.size() << endl; d->m_local_feature[pc] = tempvec; } }