Added DORDER_SCOUT to orderDroidList's list of queueable orders - it was there in 2.3-branch but not in trunk for some reason. Might fix bug #1161, but probably won't.

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@8627 4a71c877-e1ca-e34f-864e-861f7616d084
master
Guangcong Luo 2009-12-07 01:07:38 +00:00 committed by Git SVN Gateway
parent cffeacf6f5
commit bddf8c2aa6
1 changed files with 1 additions and 0 deletions

View File

@ -2484,6 +2484,7 @@ BOOL orderDroidList(DROID *psDroid)
switch (psDroid->asOrderList[0].order)
{
case DORDER_MOVE:
case DORDER_SCOUT:
case DORDER_DISEMBARK:
sOrder.psObj = NULL;
break;