Merge branch 'master' of github.com:diasurgical/devilution
This commit is contained in:
commit
ce056b02d8
25 changed files with 356 additions and 388 deletions
|
|
@ -88,8 +88,8 @@ void CheckDungeonClear()
|
|||
if (dPlayer[i][j])
|
||||
app_fatal("Players not cleared");
|
||||
|
||||
dMonsDbg[currlevel][i][j] = dFlags[i][j] & DFLAG_VISIBLE;
|
||||
dFlagDbg[currlevel][i][j] = dFlags[i][j] & DFLAG_POPULATED;
|
||||
dMonsDbg[currlevel][i][j] = dFlags[i][j] & BFLAG_VISIBLE;
|
||||
dFlagDbg[currlevel][i][j] = dFlags[i][j] & BFLAG_POPULATED;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue