raze-gles/source/exhumed
2019-11-22 00:12:55 +01:00
..
rsrc wip 2019-11-21 22:52:46 +01:00
src Fix asserts firing for some sector tags. This code now handles cases where the effects aren't set up correctly in the .map file - a floor/ceiling is not in the expected starting position. The nextsectorneighborz() function would end up returning -1 but the game would use this value to index the sector array. It seems the developers were lucky and this resulted in the correct value being returned regardless. 2019-11-22 00:12:55 +01:00