diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-04 12:28:26 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-04 12:28:26 -0700 |
commit | 3da57634be30691f23915296024baebca3b6297f (patch) | |
tree | dfd9926ea30cbccc3a4ce22e6c31d09bf1429c45 /src/levels.h | |
parent | f70e2018a4d3f979e1108981284a09a44bd11542 (diff) |
Started level 6
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 d9230a8..cd219d1 100644 --- a/src/levels.h +++ b/src/levels.h @@ -5,7 +5,7 @@ #ifndef LEVELS_H #define LEVELS_H -#define LEVELS_COUNT 6 +#define LEVELS_COUNT 7 #define NO_LEVEL -1 |