mirror of
https://github.com/electronicarts/CnC_Remastered_Collection.git
synced 2025-08-08 07:06:28 +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:
@@ -432,6 +432,15 @@ bool ObjectClass::Can_Demolish_Unit(void) const
|
||||
}
|
||||
|
||||
|
||||
bool ObjectClass::Can_Capture(void) const
|
||||
{
|
||||
assert(this != 0);
|
||||
assert(IsActive);
|
||||
|
||||
return(false);
|
||||
}
|
||||
|
||||
|
||||
/***********************************************************************************************
|
||||
* ObjectClass::Can_Player_Fire -- Can the player give this object an attack mission? *
|
||||
* *
|
||||
|
Reference in New Issue
Block a user