consistent cast syntax
This commit is contained in:
@@ -3124,7 +3124,7 @@ use_whip(struct obj *obj)
|
||||
|
||||
hitvalu = 8 + otmp->spe;
|
||||
hitu = thitu(hitvalu, dmgval(otmp, &gy.youmonst),
|
||||
&otmp, (char *)0);
|
||||
&otmp, (char *) 0);
|
||||
if (hitu) {
|
||||
pline_The("%s hits you as you try to snatch it!",
|
||||
the(onambuf));
|
||||
|
||||
Reference in New Issue
Block a user