Added nl to debug message.
This commit is contained in:
parent
bd1b24ac50
commit
514986c0af
1 changed files with 2 additions and 2 deletions
|
@ -956,7 +956,7 @@ global void CommandResearch(Unit* unit,Upgrade* what,int flush)
|
|||
#ifdef NEW_ORDERS
|
||||
Order* order;
|
||||
|
||||
DebugLevel0Fn("FIXME: must support order queing!!");
|
||||
DebugLevel0Fn("FIXME: must support order queing!!\n");
|
||||
order=GetNextOrder(unit,1); // Flush them.
|
||||
|
||||
order->Action=UnitActionResearch;
|
||||
|
@ -969,7 +969,7 @@ global void CommandResearch(Unit* unit,Upgrade* what,int flush)
|
|||
unit->NextCount=1;
|
||||
unit->NextFlush=1;
|
||||
|
||||
DebugLevel0Fn("FIXME: must support command queing!!");
|
||||
DebugLevel0Fn("FIXME: must support command queing!!\n");
|
||||
unit->NextCommand[0].Action=UnitActionResearch;
|
||||
unit->NextCommand[0].Data.Research.Ticks=0;
|
||||
unit->NextCommand[0].Data.Research.What=what;
|
||||
|
|
Loading…
Add table
Reference in a new issue