Changed default difficulty from Normal to Easy.
This commit is contained in:
parent
305e9fb05d
commit
1a00e0df2c
|
@ -166,7 +166,7 @@ int main(int argc, char **argv)
|
|||
// Determine which part of the game we will go to...
|
||||
section = 0;
|
||||
|
||||
game.difficulty = DIFFICULTY_NORMAL;
|
||||
game.difficulty = DIFFICULTY_EASY;
|
||||
game_init();
|
||||
|
||||
while (1)
|
||||
|
|
Loading…
Reference in New Issue