Fix typo in r9297/r9298.
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@9299 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
ada08d0040
commit
95d8e79161
|
@ -2690,7 +2690,7 @@ DROID_ORDER chooseOrderLoc(DROID *psDroid, UDWORD x,UDWORD y)
|
|||
DROID_ORDER order = DORDER_NONE;
|
||||
PROPULSION_TYPE propulsion = getPropulsionStats(psDroid)->propulsionType;
|
||||
|
||||
if (psCurr->droidType == DROID_TRANSPORTER && game.type == CAMPAIGN)
|
||||
if (psDroid->droidType == DROID_TRANSPORTER && game.type == CAMPAIGN)
|
||||
{
|
||||
// transports can't be controlled in campaign
|
||||
return DORDER_NONE;
|
||||
|
|
Loading…
Reference in New Issue