Changed default difficulty from Normal to Easy.

This commit is contained in:
Layla Marchant 2020-05-26 12:44:30 -04:00
parent 305e9fb05d
commit 1a00e0df2c
1 changed files with 1 additions and 1 deletions

View File

@ -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)