diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-11-24 22:14:08 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-11-24 22:14:08 -0700 |
commit | 31e5ed2ec9fbc28b9695db20462228a52696e6aa (patch) | |
tree | 8ac8255ce9c931212cf2b73930b99149992c863d /src/levels.h | |
parent | d3f744321e1e114796391d0d18eb6ffd36de6e34 (diff) |
Started level 3
Diffstat (limited to 'src/levels.h')
-rw-r--r-- | src/levels.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/levels.h b/src/levels.h index b739d56..3f3419c 100644 --- a/src/levels.h +++ b/src/levels.h @@ -5,7 +5,7 @@ #ifndef LEVELS_H #define LEVELS_H -#define LEVELS_COUNT 3 +#define LEVELS_COUNT 4 #define NO_LEVEL -1 |