Merge branch 'master' of github.com:diasurgical/devilution
This commit is contained in:
commit
a907a4d49b
70 changed files with 16505 additions and 18735 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue