Closed cuckydev closed 3 years ago
If a map loads while a map is already loaded, for example, by quick loading or dying, the game immediately errors out. Error: Z_CT at /home/cuckydev/CuckyDOOM/src/w_wad.c:500
I assume this is a zone buffer overrun, but I'm not sure what it could be.
fixed in https://github.com/cuckydev/CuckyDOOM/commit/5b7db394414f1a8a2aa0aae4b35198e3f083437e
If a map loads while a map is already loaded, for example, by quick loading or dying, the game immediately errors out. Error: Z_CT at /home/cuckydev/CuckyDOOM/src/w_wad.c:500
I assume this is a zone buffer overrun, but I'm not sure what it could be.