running into something of a problem.
been working on fixing up my realm engine and i ran into a problem
it seems.
if i try to load a saved game the VM crashes with invalid edict value -1 .
i use the VM from bengt jardrups glquakebjp allthough with a few differences to make it able to load maps like marcher or bastion which are somewhat huge with loads of monsters.
it works quite fine for that (slow as mollasses though) but it seems
something borked savegame loading.
i tracked the crashing function to be ED_Free but egad i cant find whats causing it to return an edict of size -1.
maybe i need a fresh set of eyes to look the source over, so if anyone volounteers ill send them the source.
btw realm uses mingw/codeblocks so the debugger of choice is gdb.