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
commitfbb11ea3667047dc8a6236c08d9a3ee91467414e (patch)
tree86e29898e2ae33221aaf5ec5eacca8b717db8e86 /misc.c
parent88ef277dc3678610bf2b47437dcbcc00f6fbe333 (diff)
downloadopenttd-fbb11ea3667047dc8a6236c08d9a3ee91467414e.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++;