mirror of
https://github.com/electronicarts/CnC_Remastered_Collection.git
synced 2026-07-03 00:33:15 -04:00
September 16th patch update
DLL version incremented Beacon functionality added Support for loading screen match preview display Placeholder handling of new key-bindable mod commands
This commit is contained in:
+1
-1
@@ -1075,7 +1075,7 @@ void BulletClass::Bullet_Explodes(bool forced)
|
||||
//
|
||||
else if (aptr && anim == ANIM_ATOM_BLAST && aptr->OwnerHouse == HOUSE_NONE) {
|
||||
if (Payback && Payback->House && Payback->House->Class) {
|
||||
aptr->OwnerHouse = Payback->House->Class->House;
|
||||
aptr->Set_Owner(Payback->House->Class->House);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user