summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/package.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-01-08 01:25:36 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-01-08 02:11:30 +0100
commit7c815151b0b61b854e85e61510eab37b894c3153 (patch)
tree2d80245db42e04d5eb2f6ae352aa4fef54e343cd /crawl-ref/source/package.h
parent9ae74c385bde4e859c2b1afe0edd7d057c8fb46d (diff)
downloadcrawl-ref-7c815151b0b61b854e85e61510eab37b894c3153.tar.gz
crawl-ref-7c815151b0b61b854e85e61510eab37b894c3153.zip
Adjust the max chunk name in --edit-save as well.
Diffstat (limited to 'crawl-ref/source/package.h')
-rw-r--r--crawl-ref/source/package.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/package.h b/crawl-ref/source/package.h
index d78b351d22..0ca8cb1463 100644
--- a/crawl-ref/source/package.h
+++ b/crawl-ref/source/package.h
@@ -13,6 +13,8 @@
#include <zlib.h>
#endif
+#define MAX_CHUNK_NAME_LENGTH 255
+
typedef uint32_t len_t;
class package;