Skip to content

Commit

Permalink
bugfix for vanilla (corner subtiles in Cathedral)
Browse files Browse the repository at this point in the history
- set the corner subtiles of tile 16 and 17 to missile blocker to make them consistent
  • Loading branch information
pionere committed Sep 13, 2023
1 parent 64cc270 commit f5e1f97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified Packaging/resources/devilx.mpq
Binary file not shown.
4 changes: 3 additions & 1 deletion Source/gendung.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,9 @@ void InitLvlDungeon()
case DTYPE_CATHEDRAL:
#if !USE_PATCH
// patch dSolidTable - L1.SOL
/*// adjust SOL after fixCathedralShadows
/*nMissileTable[28] = true; // fix inconsistent corners
nMissileTable[29] = true; // fix inconsistent corners
// adjust SOL after fixCathedralShadows
nSolidTable[298] = true;
nSolidTable[304] = true;
nBlockTable[334] = false;
Expand Down

0 comments on commit f5e1f97

Please sign in to comment.