diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-05 13:57:07 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-05 13:57:07 +0000 |
commit | 9dc87bf9db25237ae4d904f92311352e6171d372 (patch) | |
tree | fe58100dd34d6ee12120f5a2d165b84cdb5a3ab2 /src/map/map.h | |
parent | 0782cabc543c151f724f38f5132ab948f6346af4 (diff) | |
download | hercules-9dc87bf9db25237ae4d904f92311352e6171d372.tar.gz hercules-9dc87bf9db25237ae4d904f92311352e6171d372.tar.bz2 hercules-9dc87bf9db25237ae4d904f92311352e6171d372.tar.xz hercules-9dc87bf9db25237ae4d904f92311352e6171d372.zip |
- imported the latest working grfio code from stable
- re-added usage of managed allocation routines in grfio
- eol-styled some new files
- some cosmetic fixes here and there
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10468 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/map/map.h b/src/map/map.h index a2bf8d455..6178b364d 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -1271,12 +1271,6 @@ extern char db_path[256]; int map_getcell(int,int,int,cell_t); int map_getcellp(struct map_data*,int,int,cell_t); void map_setcell(int,int,int,int); -extern int map_read_flag; // 0: grfիE1: ëE2: ëE?) -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[]; @@ -1356,11 +1350,6 @@ int map_check_dir(int s_dir,int t_dir); int map_calc_dir( struct block_list *src,int x,int y); int map_random_dir(struct block_list *bl, short *x, short *y); // [Skotlex] -// Water functions... -// -int map_setwaterheight(int m, char *mapname, int height); -int map_waterheight(char *mapname); - // path.c int path_search_real(struct walkpath_data *wpd,int m,int x0,int y0,int x1,int y1,int flag,cell_t flag2); #define path_search(wpd,m,x0,y0,x1,y1,flag) path_search_real(wpd,m,x0,y0,x1,y1,flag,CELL_CHKNOPASS) |