diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-11 15:38:12 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-11 15:38:12 -0700 |
commit | d08baeaf02588f6ca3c6933db976b4858c539955 (patch) | |
tree | 449cf7774d2a784d2556b91dbe22a89a1202ff18 /src/levels.h | |
parent | 9e8ea2f80cbeff8341a7fbda2cf572697918808f (diff) |
Added level 9
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 71584e3..5ee1231 100644 --- a/src/levels.h +++ b/src/levels.h @@ -5,7 +5,7 @@ #ifndef LEVELS_H #define LEVELS_H -#define LEVELS_COUNT 9 +#define LEVELS_COUNT 10 #define NO_LEVEL -1 |