summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-17 06:44:47 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-17 06:44:47 +0000
commite086d5eefd17d2977bd4b84aaf9f9631ae154700 (patch)
tree13a00c20476f0fa21bfa168a612732bddc427f6a /crawl-ref/source/itemname.h
parentb8b9746bd48eaad7b7489948b640cb6c650ec81c (diff)
downloadcrawl-ref-e086d5eefd17d2977bd4b84aaf9f9631ae154700.tar.gz
crawl-ref-e086d5eefd17d2977bd4b84aaf9f9631ae154700.zip
Fixed id array being clobbered if Crawl receives SIGHUP with the player in a
shop. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@858 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemname.h')
-rw-r--r--crawl-ref/source/itemname.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemname.h b/crawl-ref/source/itemname.h
index 4401a72172..a264c6fbe4 100644
--- a/crawl-ref/source/itemname.h
+++ b/crawl-ref/source/itemname.h
@@ -99,7 +99,7 @@ int make_name( unsigned long seed, bool all_caps, char buff[ ITEMNAME_SIZE ] );
/* ***********************************************************************
* called from: files - shopping
* *********************************************************************** */
-void save_id(char identy[4][50]);
+void save_id(id_arr identy, bool saving_game = false);
/* ***********************************************************************