function didn't match prototype

This commit is contained in:
nhmall
2019-10-30 18:40:48 -04:00
parent e08dc704ef
commit b6d2697a6a
+2 -1
View File
@@ -287,7 +287,8 @@ int cnt;
void void
wipe_engr_at(x, y, cnt, magical) wipe_engr_at(x, y, cnt, magical)
xchar x, y, cnt, magical; xchar x, y, cnt;
boolean magical;
{ {
register struct engr *ep = engr_at(x, y); register struct engr *ep = engr_at(x, y);