summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shopping.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/shopping.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/shopping.h')
-rw-r--r--crawl-ref/source/shopping.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/shopping.h b/crawl-ref/source/shopping.h
index 0de4edb2bd..fd33af98f5 100644
--- a/crawl-ref/source/shopping.h
+++ b/crawl-ref/source/shopping.h
@@ -16,9 +16,6 @@
#include "externs.h"
-typedef FixedArray < int, 4, 50 > id_fix_arr;
-typedef char id_arr[4][50];
-
void shop_init_id_type(int shoptype, id_fix_arr &shop_id);
void shop_uninit_id_type(int shoptype, const id_fix_arr &shop_id);