mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
August patch integration: Merge branch 'master' of https://github.com/electronicarts/CnC_Remastered_Collection
This commit is contained in:
@@ -632,6 +632,14 @@ COORDINATE ObjectClass::Sort_Y(void) const
|
||||
* HISTORY: *
|
||||
* 09/21/1995 JLB : Created. *
|
||||
*=============================================================================================*/
|
||||
FireDataType ObjectClass::Fire_Data(int which) const
|
||||
{
|
||||
assert(this != 0);
|
||||
assert(IsActive);
|
||||
|
||||
return{Fire_Coord(which),0};
|
||||
}
|
||||
|
||||
COORDINATE ObjectClass::Fire_Coord(int ) const
|
||||
{
|
||||
assert(this != 0);
|
||||
|
||||
Reference in New Issue
Block a user