Fix typo in r9297/r9298.

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@9299 4a71c877-e1ca-e34f-864e-861f7616d084
master
Guangcong Luo 2010-01-17 21:05:53 +00:00 committed by Git SVN Gateway
parent ada08d0040
commit 95d8e79161
1 changed files with 1 additions and 1 deletions

View File

@ -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;