Browse Source

newline

pull/876/head
qndel 6 years ago committed by Anders Jenbo
parent
commit
fb9dadcf1b
  1. 3
      Source/objects.cpp

3
Source/objects.cpp

@ -2424,7 +2424,8 @@ void ObjChangeMapResync(int x1, int y1, int x2, int y2)
if (leveltype == DTYPE_CATHEDRAL && currlevel < 17) {
#else
if (leveltype == DTYPE_CATHEDRAL) {
#endif ObjL1Special(2 * x1 + 16, 2 * y1 + 16, 2 * x2 + 17, 2 * y2 + 17);
#endif
ObjL1Special(2 * x1 + 16, 2 * y1 + 16, 2 * x2 + 17, 2 * y2 + 17);
}
if (leveltype == DTYPE_CATACOMBS) {
ObjL2Special(2 * x1 + 16, 2 * y1 + 16, 2 * x2 + 17, 2 * y2 + 17);

Loading…
Cancel
Save