Added -easy switch to allow mission to be started in Easy mode.
This commit is contained in:
parent
9e61653ea4
commit
b8d3348681
|
@ -251,6 +251,11 @@ static void handleMissionArgs(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
showCredits = 1;
|
showCredits = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (strcmp(argv[i], "-easy") == 0)
|
||||||
|
{
|
||||||
|
game.difficulty = DIFFICULTY_EASY;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (showCredits)
|
if (showCredits)
|
||||||
|
|
Loading…
Reference in New Issue