From 3b29df9eccc5cd4998355f858c2ab7d03f350932 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Thu, 17 Jul 2008 22:54:42 +0000 Subject: Update 0.4.1 tag -- fixes some bugs, including a serious memory corruption and a scoring one. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/tags/stone_soup-0.4.1@6594 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/food.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/food.cc') diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc index 8aac6e201f..2bab786c40 100644 --- a/crawl-ref/source/food.cc +++ b/crawl-ref/source/food.cc @@ -1953,7 +1953,7 @@ static int _player_likes_food_type(int type) return 0; } - mprf(MSGCH_ERROR, "Couldn't handle food type: %d"); +// mprf(MSGCH_ERROR, "Couldn't handle food type: %d", type); return 0; } -- cgit v1.2.3-54-g00ecf