I need UnitReference global.
This commit is contained in:
parent
db156a73e9
commit
4d28b7cf44
1 changed files with 1 additions and 1 deletions
|
@ -2577,7 +2577,7 @@ global int CanTarget(const UnitType* source,const UnitType* dest)
|
|||
/**
|
||||
** Generate a unit reference, a printable unique string for unit.
|
||||
*/
|
||||
local char* UnitReference(const Unit* unit)
|
||||
global char* UnitReference(const Unit* unit)
|
||||
{
|
||||
char* ref;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue