summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 0b50040f56..5266b1ba15 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -1004,10 +1004,11 @@ private:
struct cloud_struct
{
- unsigned char x;
- unsigned char y;
- unsigned char type;
- int decay;
+ int x;
+ int y;
+ int type;
+ int decay;
+ kill_category whose;
};
struct shop_struct