mirror of
https://github.com/electronicarts/CnC_Remastered_Collection.git
synced 2025-08-10 16:14:44 +02: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:
@@ -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