From b9804183841afd5381069796096a154edb5b9f53 Mon Sep 17 00:00:00 2001 From: ultramage Date: Sat, 19 May 2007 15:50:41 +0000 Subject: Reformatting @_@ git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10581 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pet.c | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) (limited to 'src/map/pet.c') diff --git a/src/map/pet.c b/src/map/pet.c index fd65f9565..02ae3b5e2 100644 --- a/src/map/pet.c +++ b/src/map/pet.c @@ -130,8 +130,7 @@ int pet_unlocktarget(struct pet_data *pd) /*========================================== * Pet Attack Skill [Skotlex] - *------------------------------------------ - */ + *------------------------------------------*/ int pet_attackskill(struct pet_data *pd, int target_id) { struct block_list *bl; @@ -204,8 +203,7 @@ int pet_target_check(struct map_session_data *sd,struct block_list *bl,int type) } /*========================================== * Pet SC Check [Skotlex] - *------------------------------------------ - */ + *------------------------------------------*/ int pet_sc_check(struct map_session_data *sd, int type) { struct pet_data *pd; @@ -1109,8 +1107,7 @@ int pet_lootitem_drop(struct pet_data *pd,struct map_session_data *sd) /*========================================== * pet bonus giving skills [Valaris] / Rewritten by [Skotlex] - *------------------------------------------ - */ + *------------------------------------------*/ int pet_skill_bonus_timer(int tid,unsigned int tick,int id,int data) { struct map_session_data *sd=map_id2sd(id); @@ -1155,8 +1152,7 @@ int pet_skill_bonus_timer(int tid,unsigned int tick,int id,int data) /*========================================== * pet recovery skills [Valaris] / Rewritten by [Skotlex] - *------------------------------------------ - */ + *------------------------------------------*/ int pet_recovery_timer(int tid,unsigned int tick,int id,int data) { struct map_session_data *sd=map_id2sd(id); @@ -1224,8 +1220,7 @@ int pet_heal_timer(int tid,unsigned int tick,int id,int data) /*========================================== * pet support skills [Skotlex] - *------------------------------------------ - */ + *------------------------------------------*/ int pet_skill_support_timer(int tid,unsigned int tick,int id,int data) { struct map_session_data *sd=map_id2sd(id); @@ -1274,8 +1269,7 @@ int pet_skill_support_timer(int tid,unsigned int tick,int id,int data) /*========================================== *ペットデータ読み込み - *------------------------------------------ - */ + *------------------------------------------*/ int read_petdb() { FILE *fp; @@ -1370,8 +1364,7 @@ int read_petdb() /*========================================== * スキル関係初期化処理 - *------------------------------------------ - */ + *------------------------------------------*/ int do_init_pet(void) { memset(pet_db,0,sizeof(pet_db)); -- cgit v1.2.3-60-g2f50