August 6th Patch Update
Accumulated DLL source code changes since June 22nd patch
This commit is contained in:
parent
93a1af2eff
commit
ae72fce5dd
76 changed files with 1071 additions and 210 deletions
|
@ -627,6 +627,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 a new issue