(svn r2042) -Fix: forgot to remove a printf ;)

This commit is contained in:
truelight
2005-03-24 14:31:27 +00:00
parent 88ef277dc3
commit fbb11ea366
5 changed files with 7 additions and 7 deletions

2
misc.c
View File

@@ -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++;