summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cloud.h
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2010-06-22 20:15:17 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2010-06-22 20:29:30 +0530
commitb4fa663e1c51bf6e459c572eae2ef6a3e8fecaa5 (patch)
tree8dc8c371327a6e66d8c0f3eab59feea0f1435c0f /crawl-ref/source/cloud.h
parent4c8eeae0027eb82aed190ed87dc8a9c2c3b40f46 (diff)
downloadcrawl-ref-b4fa663e1c51bf6e459c572eae2ef6a3e8fecaa5.tar.gz
crawl-ref-b4fa663e1c51bf6e459c572eae2ef6a3e8fecaa5.zip
Increase item limits, decouple NON_foo from MAX_foo; save major version changed.
MAX_MONSTERS: 350 -> 700 MAX_ITEMS: 600 -> 1000 MAX_CLOUDS: 180 -> 600 MAX_TRAPS: 100 -> 400 MAX_SHOPS: 25 -> 100 Untied NON_MONSTER, NON_ITEM, EMPTY_CLOUD from the values of MAX_MONSTER, etc. so that MAX_MONSTER and friends can be changed without breaking save compatibility again.
Diffstat (limited to 'crawl-ref/source/cloud.h')
-rw-r--r--crawl-ref/source/cloud.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/cloud.h b/crawl-ref/source/cloud.h
index 868eb9715b..cb61789ddb 100644
--- a/crawl-ref/source/cloud.h
+++ b/crawl-ref/source/cloud.h
@@ -63,7 +63,7 @@ void place_cloud( cloud_type cl_type, const coord_def& ctarget,
void manage_clouds(void);
-bool is_opaque_cloud(unsigned char cloud_idx);
+bool is_opaque_cloud(int cloud_idx);
int steam_cloud_damage(const cloud_struct &cloud);
int steam_cloud_damage(int decay);