summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-03-24 14:31:27 +0000
committertruelight <truelight@openttd.org>2005-03-24 14:31:27 +0000
commite51659da601c7ce534a0815ccc156e35395e5a12 (patch)
tree86e29898e2ae33221aaf5ec5eacca8b717db8e86 /misc.c
parent49d69f6fa3882d4af9384bda65eb8c5f11ce28dd (diff)
downloadopenttd-e51659da601c7ce534a0815ccc156e35395e5a12.tar.xz
(svn r2042) -Fix: forgot to remove a printf ;)
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/misc.c b/misc.c
index 648233973..155c21db8 100644
--- a/misc.c
+++ b/misc.c
@@ -609,8 +609,6 @@ void IncreaseDate(void)
return;
_date_fract = 0;
- printf("%d\n", _frame_counter);
-
/* yeah, increse day counter and call various daily loops */
_date++;