From fbb11ea3667047dc8a6236c08d9a3ee91467414e Mon Sep 17 00:00:00 2001 From: truelight Date: Thu, 24 Mar 2005 14:31:27 +0000 Subject: (svn r2042) -Fix: forgot to remove a printf ;) --- misc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'misc.c') 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++; -- cgit v1.2.3-54-g00ecf