From a1a2711abfc594f2be1da51df95ddcd7071ddebd Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 2 Mar 2011 13:52:33 -0800 Subject: Recode from SHIFT-JIS to unicode, then undo the conversion of backslashs and tildes. --- src/map/map.h | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'src/map/map.h') diff --git a/src/map/map.h b/src/map/map.h index dde7d7f..53f6dfc 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -294,8 +294,8 @@ struct map_session_data int castrate, hprate, sprate, dsprate; int addele[10], addrace[12], addsize[3], subele[10], subrace[12]; int addeff[10], addeff2[10], reseff[10]; - int watk_, watk_2, atkmods_[3], addele_[10], addrace_[12], addsize_[3]; //二刀流のために追加 - int atk_ele_, star_, overrefine_; //二刀流のために追加 + int watk_, watk_2, atkmods_[3], addele_[10], addrace_[12], addsize_[3]; //莠悟豬√ョ縺溘a縺ォ霑ス蜉 + int atk_ele_, star_, overrefine_; //莠悟豬√ョ縺溘a縺ォ霑ス蜉 int base_atk, atk_rate; int arrow_atk, arrow_ele, arrow_cri, arrow_hit, arrow_range; int arrow_addele[10], arrow_addrace[12], arrow_addsize[3], @@ -452,7 +452,7 @@ struct npc_data } warp; char *message; // for MESSAGE: only send this message } u; - // ここにメンバを追加してはならない(shop_itemが可変長の為) + // 縺薙%縺ォ繝。繝ウ繝舌r霑ス蜉縺励※縺ッ縺ェ繧峨↑縺(shop_item縺悟庄螟蛾聞縺ョ轤コ) char eventqueue[MAX_EVENTQUEUE][50]; int eventtimer[MAX_EVENTTIMER]; @@ -552,13 +552,13 @@ enum { NONE_ATTACKABLE, ATTACKABLE }; enum -{ ATK_LUCKY = 1, ATK_FLEE, ATK_DEF }; // 囲まれペナルティ計算用 +{ ATK_LUCKY = 1, ATK_FLEE, ATK_DEF }; // 蝗イ縺セ繧後壹リ繝ォ繝繧」險育ョ礼畑 struct map_data { char name[24]; char alias[24]; // [MouseJstr] - unsigned char *gat; // NULLなら下のmap_data_other_serverとして扱う + unsigned char *gat; // NULL縺ェ繧我ク九ョmap_data_other_server縺ィ縺励※謇ア縺 struct block_list **block; struct block_list **block_mob; int *block_count, *block_mob_count; @@ -611,7 +611,7 @@ struct map_data struct map_data_other_server { char name[24]; - unsigned char *gat; // NULL固定にして判断 + unsigned char *gat; // NULL蝗コ螳壹↓縺励※蛻、譁ュ unsigned long ip; unsigned int port; }; @@ -725,14 +725,14 @@ extern char talkie_mes[]; extern char wisp_server_name[]; -// 鯖全体情報 +// 魃門ィ菴捺ュ蝣ア void map_setusers (int); int map_getusers (void); -// block削除関連 +// block蜑企勁髢「騾」 int map_freeblock (void *bl); int map_freeblock_lock (void); int map_freeblock_unlock (void); -// block関連 +// block髢「騾」 int map_addblock (struct block_list *); int map_delblock (struct block_list *); void map_foreachinarea (int (*)(struct block_list *, va_list), int, int, int, @@ -743,9 +743,9 @@ void map_foreachincell (int (*)(struct block_list *, va_list), int, int, int, void map_foreachinmovearea (int (*)(struct block_list *, va_list), int, int, int, int, int, int, int, int, ...); int map_countnearpc (int, int, int); -//block関連に追加 +//block髢「騾」縺ォ霑ス蜉 int map_count_oncell (int m, int x, int y); -// 一時的object関連 +// 荳譎ら噪object髢「騾」 int map_addobject (struct block_list *); int map_delobject (int, int type); int map_delobjectnofree (int id, int type); @@ -761,7 +761,7 @@ void map_write_log (char *format, ...); #define MAP_LOG_PC(sd, fmt, args...) MAP_LOG("PC%d %d:%d,%d " fmt, sd->status.char_id, sd->bl.m, sd->bl.x, sd->bl.y, ## args) -// 床アイテム関連 +// 蠎翫い繧、繝繝髢「騾」 int map_clearflooritem_timer (int, unsigned int, int, int); #define map_clearflooritem(id) map_clearflooritem_timer(0,0,id,1) int map_addflooritem_any (struct item *, int amount, int m, int x, int y, @@ -773,7 +773,7 @@ int map_addflooritem (struct item *, int, int, int, int, struct map_session_data *, int); int map_searchrandfreecell (int, int, int, int); -// キャラid=>キャラ名 変換関連 +// 繧ュ繝」繝ゥidシ晢シ槭く繝」繝ゥ蜷 螟画鋤髢「騾」 void map_addchariddb (int charid, char *name); void map_delchariddb (int charid); int map_reqchariddb (struct map_session_data *sd, int charid); @@ -800,15 +800,15 @@ struct map_session_data *map_get_next_session (struct map_session_data struct map_session_data *map_get_prev_session (struct map_session_data *current); -// gat関連 +// gat髢「騾」 int map_getcell (int, int, int); int map_setcell (int, int, int, int); -// その他 +// 縺昴ョ莉 int map_check_dir (int s_dir, int t_dir); int map_calc_dir (struct block_list *src, int x, int y); -// path.cより +// path.c繧医j int path_search (struct walkpath_data *, int, int, int, int, int, int); int path_blownpos (int m, int x0, int y0, int dx, int dy, int count); -- cgit v1.2.3-60-g2f50