Fix bug #1527 - droid->actionStarted sometimes not initialized.

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@9775 4a71c877-e1ca-e34f-864e-861f7616d084
master
Guangcong Luo 2010-02-10 23:12:44 +00:00 committed by Git SVN Gateway
parent 40208015e4
commit 88b7093f95
1 changed files with 2 additions and 0 deletions

View File

@ -2585,6 +2585,8 @@ static void actionDroidBase(DROID *psDroid, DROID_ACTION_DATA *psAction)
CHECK_DROID(psDroid);
psDroid->actionStarted = gameTime;
switch (psAction->action)
{
case DACTION_NONE: