diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-12 12:23:09 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-12 12:23:09 -0700 |
commit | e5a0d7db8144af0bcc4ac6ec1d5b2a5240d051e4 (patch) | |
tree | 45d7a0e0f3f9a404d1a270c40b008f731e4af44c /src/levels.h | |
parent | d08baeaf02588f6ca3c6933db976b4858c539955 (diff) |
Started working on level 10
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 5ee1231..132a05d 100644 --- a/src/levels.h +++ b/src/levels.h @@ -5,7 +5,7 @@ #ifndef LEVELS_H #define LEVELS_H -#define LEVELS_COUNT 10 +#define LEVELS_COUNT 11 #define NO_LEVEL -1 |