Skip to content

Commit

Permalink
add dd mapdata
Browse files Browse the repository at this point in the history
  • Loading branch information
xanunderscore committed Dec 20, 2024
1 parent 3d04938 commit e5417b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BossMod/Debug/MainDebugWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ private unsafe void DrawDeepDungeon()
{
ref var md = ref dd->MapData[i];
if (md > 0)
md |= 0b10000000;
md |= (byte)InstanceContentDeepDungeon.RoomFlags.Revealed;
}
}

Expand Down

0 comments on commit e5417b8

Please sign in to comment.