From 6dc0abe0ba70d87bae5c869eebef43682566c1c3 Mon Sep 17 00:00:00 2001 From: haranp Date: Mon, 18 Jun 2007 10:28:18 +0000 Subject: More strings instead of char*s. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1599 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/shopping.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'crawl-ref/source/shopping.h') diff --git a/crawl-ref/source/shopping.h b/crawl-ref/source/shopping.h index e04c841321..a6918e9c0a 100644 --- a/crawl-ref/source/shopping.h +++ b/crawl-ref/source/shopping.h @@ -26,11 +26,7 @@ void shop(); const shop_struct *get_shop(int sx, int sy); -// last updated 06mar2001 {gdl} -/* *********************************************************************** - * called from: items direct - * *********************************************************************** */ -const char *shop_name(int sx, int sy); +std::string shop_name(int sx, int sy); bool shoptype_identifies_stock(int shoptype); -- cgit v1.2.3-54-g00ecf