OSDN Git Service

[Refactor] EFFECT_ID を spell_type に統合. / Integrate EFFECT_ID into spell_type.
[hengbandforosx/hengbandosx.git] / src / term / gameterm.h
index 73a7194..f2e6fa6 100644 (file)
@@ -31,4 +31,4 @@ extern byte angband_color_table[256][4];
 extern TERM_COLOR gf_color[MAX_GF];
 extern TERM_COLOR color_char_to_attr(SYMBOL_CODE c);
 
-u16b bolt_pict(POSITION y, POSITION x, POSITION ny, POSITION nx, EFFECT_ID typ);
+u16b bolt_pict(POSITION y, POSITION x, POSITION ny, POSITION nx, spell_type typ);