Morphed Actors have different scores from Unmorphed Ones

Bugs that have been investigated and resolved somehow.

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.
Post Reply
User avatar
Kinsie
Posts: 7402
Joined: Fri Oct 22, 2004 9:22 am
Graphics Processor: nVidia with Vulkan support
Location: MAP33
Contact:

Morphed Actors have different scores from Unmorphed Ones

Post by Kinsie »

So, when you morph into another class, you have seperate actor properties, right? Well, player score is an actor property.

The problem is, when you morph into another class, you temporarily lose all the points you got in your normal form, and when you unmorph you lose all the points you got in your morphed form. Is there a way to make certain properties like ScoreItems shared between players and their morphed selves?

EDIT: Updated to it in more with reality.
User avatar
Kinsie
Posts: 7402
Joined: Fri Oct 22, 2004 9:22 am
Graphics Processor: nVidia with Vulkan support
Location: MAP33
Contact:

Re: Morphed Actors have different scores from Unmorphed Ones

Post by Kinsie »

Update: I was able to work around this by copying the APROP_Score to a temporary int and reset the player's score during both the morph and unmorph. It'd still be nice to look at.
User avatar
randi
Site Admin
Posts: 7749
Joined: Wed Jul 09, 2003 10:30 pm
Contact:

Re: Morphed Actors have different scores from Unmorphed Ones

Post by randi »

Fixed.
Post Reply

Return to “Closed Bugs [GZDoom]”