Browse Source

Fix incorrect SOLData for L1 Piece 27 (BlockMissile is missing)

pull/5268/head
obligaron 4 years ago committed by Anders Jenbo
parent
commit
f8a3212fba
  1. 1
      Source/levels/gendung.cpp

1
Source/levels/gendung.cpp

@ -422,6 +422,7 @@ void LoadLevelSOLData()
break;
case DTYPE_CATHEDRAL:
LoadFileInMem("levels\\l1data\\l1.sol", SOLData);
SOLData[27] |= TileProperties::BlockMissile; // Tile is incorrectly marked
break;
case DTYPE_CATACOMBS:
LoadFileInMem("levels\\l2data\\l2.sol", SOLData);

Loading…
Cancel
Save