Prechádzať zdrojové kódy

Fixed compile error when ADJUST_SKILL_DAMAGE macro is defined

Jittapan Pluemsumran 8 rokov pred
rodič
commit
e87626cc76
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/map/map.h

+ 1 - 1
src/map/map.h

@@ -590,7 +590,7 @@ struct s_skill_damage {
 		other; ///< Rate to Other target
 	uint8 caster; ///< Caster type
 };
-struct eri *map_skill_damage_ers;
+extern struct eri *map_skill_damage_ers;
 #endif
 
 struct questinfo_req {