Map column 0 is not a valid location

This commit is contained in:
Pasi Kallinen
2018-11-21 19:17:08 +02:00
parent 2beb36fc61
commit 030efe84fa
3 changed files with 4 additions and 4 deletions

View File

@@ -484,7 +484,7 @@ fail_mon_placement:
&& !LEVEL_SPECIFIC_NOCORPSE(mtmp->data))
(void) mkcorpstat(CORPSE, mtmp, mtmp->data,
xlocale, ylocale, CORPSTAT_NONE);
mtmp->mx = mtmp->my = -1; /* for mongone, mon is not anywhere */
mtmp->mx = mtmp->my = 0; /* for mongone, mon is not anywhere */
mongone(mtmp);
}
}