mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-14 18:31:54 -04:00
parent
34a09e9aca
commit
462cd5bf77
2 changed files with 16 additions and 2 deletions
|
@ -307,7 +307,10 @@ public:
|
|||
}
|
||||
INT GetStructureAt(DWORD dwPos) const
|
||||
{
|
||||
if (fielddata[dwPos].structure > -1) return fielddata[dwPos].structure; return -1;
|
||||
if (fielddata[dwPos].structure > -1) {
|
||||
return fielddata[dwPos].structure;
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
INT GetStructureAt(MapCoords pos) const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue