We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f159ad commit 01b8b29Copy full SHA for 01b8b29
GeneralsMD/Code/GameEngine/Source/GameLogic/Object/Die/CreateObjectDie.cpp
@@ -143,6 +143,8 @@ void CreateObjectDie::onDie( const DamageInfo * damageInfo )
143
}
144
145
146
+ // TheSuperHackers @bugfix Stubbjax 02/10/2025 If the old object was selected, select the new one.
147
+ // This is important for the Sneak Attack, which is spawned via a CreateObjectDie module.
148
if (data->m_transferSelection)
149
{
150
Object* oldObject = getObject();
0 commit comments