Fix two spelling errors.
This commit is contained in:
parent
f0eff0b0b8
commit
44fa119ab7
|
@ -312,7 +312,7 @@ static void destroyAlien(object *bullet, object *theEnemy)
|
||||||
if ((theEnemy->classDef == CD_PHOEBE) || (theEnemy->classDef == CD_URSULA))
|
if ((theEnemy->classDef == CD_PHOEBE) || (theEnemy->classDef == CD_URSULA))
|
||||||
setInfoLine(">> Ally has ejected! <<\n", FONT_RED);
|
setInfoLine(">> Ally has ejected! <<\n", FONT_RED);
|
||||||
else
|
else
|
||||||
setInfoLine(">> Friendly craft has been destroy!! <<\n", FONT_RED);
|
setInfoLine(">> Friendly craft has been destroyed!! <<\n", FONT_RED);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -348,7 +348,7 @@ static void evaluateRequirement(int type, int id, int *completed, int *targetVal
|
||||||
switch(id)
|
switch(id)
|
||||||
{
|
{
|
||||||
case P_CARGO:
|
case P_CARGO:
|
||||||
sprintf(message, "Cargo pod destroy!");
|
sprintf(message, "Cargo pod destroyed!");
|
||||||
if (currentGame.area == 2) // Get lectured by Sid
|
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);
|
setRadioMessage(FACE_SID, "Chris, we needed that pod!! I warned you that we couldn't afford to lose a single one!!", 1);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue