by Edward-san » Mon Nov 21, 2016 12:53 pm
All the errors I see come from the failed condition:
Code: Select all
// Strife scripts are always a multiple of 1516 bytes because each entry
// is exactly 1516 bytes long.
if (numnodes % 1516 != 0)
And as I said, it happens with most of the maps:
maps/titlemap.wad , maps/e1a3.wad, maps/e1a4.wad, maps/e1a5.wad, maps/e1a7.wad, maps/e1a9.wad, maps/e1a10.wad, maps/training.wad, maps/dm01.wad, maps/dm02.wad, maps/dm03.wad, maps/dm04.wad
All the errors I see come from the failed condition:
[code]
// Strife scripts are always a multiple of 1516 bytes because each entry
// is exactly 1516 bytes long.
if (numnodes % 1516 != 0)
[/code]
And as I said, it happens with most of the maps:
maps/titlemap.wad , maps/e1a3.wad, maps/e1a4.wad, maps/e1a5.wad, maps/e1a7.wad, maps/e1a9.wad, maps/e1a10.wad, maps/training.wad, maps/dm01.wad, maps/dm02.wad, maps/dm03.wad, maps/dm04.wad