summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-27 19:22:37 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-27 19:22:37 +0000
commit7737e73dd299e813ba03d227b6113df4d5b557df (patch)
tree35bff01363a0e250a446111995c45b851e0fa797 /src/map/map.h
parenta51c01c18d3130d54dc3f032a22bbbf88ffdc8c1 (diff)
downloadhercules-7737e73dd299e813ba03d227b6113df4d5b557df.tar.gz
hercules-7737e73dd299e813ba03d227b6113df4d5b557df.tar.bz2
hercules-7737e73dd299e813ba03d227b6113df4d5b557df.tar.xz
hercules-7737e73dd299e813ba03d227b6113df4d5b557df.zip
* Updated map cache system from jA
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@824 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index dcda50978..cb8438352 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -668,7 +668,11 @@ extern int night_flag; // 0=day, 1=night [Yor]
int map_getcell(int,int,int,CELL_CHK);
int map_getcellp(struct map_data*,int,int,CELL_CHK);
extern int map_read_flag; //セル情報のソース判定フラグ、0ならgrfファイル、1ならビットマップファイル
-enum { READ_FROM_GAT, READ_FROM_AFM, READ_FROM_BITMAP, CREATE_BITMAP };
+enum {
+ READ_FROM_GAT, READ_FROM_AFM,
+ READ_FROM_BITMAP, CREATE_BITMAP,
+ READ_FROM_BITMAP_COMPRESSED, CREATE_BITMAP_COMPRESSED
+};
extern char motd_txt[];
extern char help_txt[];