Typo fix.
This commit is contained in:
parent
c54107e705
commit
25ab01bc0d
|
@ -186,7 +186,7 @@ void activateObjective(int num)
|
||||||
{
|
{
|
||||||
if (i == num)
|
if (i == num)
|
||||||
{
|
{
|
||||||
addHudMessage(colors.cyan, "New Objectives : %s", o->description);
|
addHudMessage(colors.cyan, "New Objective : %s", o->description);
|
||||||
o->active = 1;
|
o->active = 1;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue