summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-17 20:58:44 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-17 20:58:44 +0000
commitc73877b03fca1af04316fe2890f7696bf32559f1 (patch)
tree8a3acf0aa666d0da673b15930f866547f67297ad /crawl-ref/source/food.cc
parent9833d48b6c55d79ec4d34559312752af532ff968 (diff)
downloadcrawl-ref-c73877b03fca1af04316fe2890f7696bf32559f1.tar.gz
crawl-ref-c73877b03fca1af04316fe2890f7696bf32559f1.zip
Refix food eating issue bug introduced by my previous fix of it.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6590 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/food.cc')
-rw-r--r--crawl-ref/source/food.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc
index 8e876e67f7..833ed25dfc 100644
--- a/crawl-ref/source/food.cc
+++ b/crawl-ref/source/food.cc
@@ -1965,7 +1965,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;
}