]> granicus.if.org Git - nethack/commitdiff
compile fix
authornethack.rankin <nethack.rankin>
Sun, 20 Jan 2002 09:22:16 +0000 (09:22 +0000)
committernethack.rankin <nethack.rankin>
Sun, 20 Jan 2002 09:22:16 +0000 (09:22 +0000)
include/extern.h

index 15234fa8ee60de5391c384a31cba02a64f311283..6a9ce1b306d710b6f08cc790664f0f6d387f1089 100644 (file)
@@ -1939,7 +1939,7 @@ E void FDECL(mselftouch, (struct monst *,const char *,BOOLEAN_P));
 E void NDECL(float_up);
 E void FDECL(fill_pit, (int,int));
 E int FDECL(float_down, (long, long));
-E int FDECL(fire_damage, (struct obj *,BOOLEAN_P,BOOLEAN_P,xchar,xchar));
+E int FDECL(fire_damage, (struct obj *,BOOLEAN_P,BOOLEAN_P,XCHAR_P,XCHAR_P));
 E void FDECL(water_damage, (struct obj *,BOOLEAN_P,BOOLEAN_P));
 E boolean NDECL(drown);
 E void FDECL(drain_en, (int));