Hack fix for radar crash! Fix other UI elements.

This commit is contained in:
Justin Marshall
2020-06-04 10:00:15 -07:00
parent f90152155d
commit ed73a48ee9
6 changed files with 23 additions and 20 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ class UnitClass : public DriveClass
static void Init(void);
bool Goto_Clear_Spot(void);
bool Try_To_Deploy(void);
bool Try_To_Deploy(bool isScriptUnpack);
virtual void Scatter(COORDINATE threat, bool forced=false, bool nokidding=false);
bool Tiberium_Check(CELL &center, int x, int y);