src/town.h
branchgamebalance
changeset 9889 cfd2278f9099
parent 9888 7cf72895ca8c
child 9890 37b56728c471
--- a/src/town.h	Tue Mar 13 22:03:23 2007 +0000
+++ b/src/town.h	Wed Mar 14 10:00:56 2007 +0000
@@ -88,7 +88,7 @@
 	template <typename T>
 	void SetActivity(T level)
 	{
-		DEBUG(eco, 7, "Setting EAL of town %d [0x%x], to %f", index, xy, (double)level);
+		DEBUG(eco, 7, "Setting EAL of town %d [0x%x] to %f", index, xy, (double)level);
 		m_activity_level = level;
 	}
 };