From d0de96b23ce1d6e838c43a8dcaa5b5705e3cc027 Mon Sep 17 00:00:00 2001 From: haranp Date: Sat, 14 Jul 2007 13:53:27 +0000 Subject: Minor type-safety. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1862 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/shopping.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/shopping.h') diff --git a/crawl-ref/source/shopping.h b/crawl-ref/source/shopping.h index a6918e9c0a..c1f044eefe 100644 --- a/crawl-ref/source/shopping.h +++ b/crawl-ref/source/shopping.h @@ -28,6 +28,6 @@ const shop_struct *get_shop(int sx, int sy); std::string shop_name(int sx, int sy); -bool shoptype_identifies_stock(int shoptype); +bool shoptype_identifies_stock(shop_type type); #endif -- cgit v1.2.3-54-g00ecf