Merge branch 'master' of github.com:diasurgical/devilution

This commit is contained in:
Anders Jenbo 2019-04-05 15:21:53 +02:00
commit a907a4d49b
70 changed files with 16505 additions and 18735 deletions

View file

@ -30,9 +30,9 @@ void __cdecl CheckDungeonClear()
for (j = 0; j < MAXDUNY; j++) {
for (i = 0; i < MAXDUNX; i++) {
if (dMonster[i][j])
TermMsg("Monsters not cleared");
app_fatal("Monsters not cleared");
if (dPlayer[i][j])
TermMsg("Players not cleared");
app_fatal("Players not cleared");
dMonsDbg[currlevel][i][j] = dFlags[i][j] & DFLAG_VISIBLE;
dFlagDbg[currlevel][i][j] = dFlags[i][j] & DFLAG_POPULATED;