[Seems to be fixed] hexen class
Moderator: GZDoom Developers
Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
hexen class
I've had instances where if I select a, let's say, fighter, then go to the main menu and select another class and then the same difficulty setting, I start the game as a fighter again. This happens with 52. Anyone else?
- Hirogen2
- Posts: 2033
- Joined: Sat Jul 19, 2003 6:15 am
- Operating System Version (Optional): Tumbleweed x64
- Graphics Processor: Intel with Vulkan/Metal Support
- Location: Central Germany
- Contact:
The only thing that comes to mind is this, but that was fixed for 2.0.48.randy wrote:I've never noticed this, and I don't recall touching anything related to the Hexen player class between 2.0.52 and 2.0.53, so who knows...
I didn't spend a lot of time debugging the problem, but the source of it seemed to be that InitPlayerClasses was sometimes being called AFTER the player spawned. So, the player would spawn using the class information that he had previously been using, instead of the updated information relating to his class.randy wrote:I've never noticed this, and I don't recall touching anything related to the Hexen player class between 2.0.52 and 2.0.53, so who knows...