Added missing ,.
This commit is contained in:
parent
77faf32d6a
commit
3461af80e7
1 changed files with 1 additions and 1 deletions
|
@ -1389,7 +1389,7 @@ local void AiNextGoal(void)
|
|||
global void AiHelpMe(const Unit* attacker,Unit * defender)
|
||||
{
|
||||
DebugLevel0("HELP %s(%d,%d) attacked by %s(%d,%d)",
|
||||
defender->Type->Ident,defender->X, defender->Y
|
||||
defender->Type->Ident,defender->X, defender->Y,
|
||||
attacker ? attacker->Type->Ident : "killed",
|
||||
attacker ? attacker->X : 0, attacker ? attacker->Y : 0);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue