function didn't match prototype
This commit is contained in:
+2
-1
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user