Fix two spelling errors.

This commit is contained in:
Guus Sliepen 2011-08-27 21:21:43 +02:00
parent f0eff0b0b8
commit 44fa119ab7
2 changed files with 2 additions and 2 deletions

View File

@ -312,7 +312,7 @@ static void destroyAlien(object *bullet, object *theEnemy)
if ((theEnemy->classDef == CD_PHOEBE) || (theEnemy->classDef == CD_URSULA))
setInfoLine(">> Ally has ejected! <<\n", FONT_RED);
else
setInfoLine(">> Friendly craft has been destroy!! <<\n", FONT_RED);
setInfoLine(">> Friendly craft has been destroyed!! <<\n", FONT_RED);
}
}

View File

@ -348,7 +348,7 @@ static void evaluateRequirement(int type, int id, int *completed, int *targetVal
switch(id)
{
case P_CARGO:
sprintf(message, "Cargo pod destroy!");
sprintf(message, "Cargo pod destroyed!");
if (currentGame.area == 2) // Get lectured by Sid
setRadioMessage(FACE_SID, "Chris, we needed that pod!! I warned you that we couldn't afford to lose a single one!!", 1);
break;