Began commonizing methods used to save references to mobjs/players in save games. Fixed the updating of mobj/player references when converting from older jHexen save formats which utilized mobj_t->special1,special2,tracer in a different manner. TODO: There is an issue in jHexen with restoring references to players in multiplayer. The current code looks like it only supports single player.
Began commonizing methods used to save references to mobjs/players in save games.
Fixed the updating of mobj/player references when converting from older jHexen save formats which utilized mobj_t->special1,special2,tracer in a different manner.
TODO: There is an issue in jHexen with restoring references to players in multiplayer. The current code looks like it only supports single player.