scpcb
scpcb copied to clipboard
Fixes for Maintenance Tunnels:
- Fixed light Y-positions in
ROOM2C
,ROOM3
andROOM4
shapes; - Fixed out of bounds error while playing on custom map with custom Maintenance Tunnels;
- I'm not sure if it ever caused any problems because there are
Delete r\grid
andr\grid=Null
lines, butFreeEntity
arrays are wrong. We have 7 objects, but removing only 6; - Optimized Maintenance Tunnels by unused
UpdateGrid
function.
Note: Find a way to fix a pill not spawning inside the additional room sometimes.
Before:
After: