* Center on player location at Skirmish start

This commit is contained in:
Ben Lankamp
2020-06-18 22:09:37 +02:00
parent 829f27c76f
commit 71007c06d0
7 changed files with 26 additions and 30 deletions
+2 -1
View File
@@ -522,7 +522,8 @@ class HouseClass {
** This records information about the location and size of
** the base.
*/
COORDINATE Center; // Center of the base.
COORDINATE Center; // Center COORDINATE of the base.
CELL CenterCell; // Center CELL of the base.
int Radius; // Average building distance from center (leptons).
struct {
int AirDefense;