diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-08 17:21:32 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-08 17:21:32 -0700 |
commit | 028880ad2c3c3906ce1f1bc801cf9f1ea41ad8eb (patch) | |
tree | 5db01715df59c900bd9452a9054711f1be9d63d8 /src/levels.h | |
parent | f7392070995ad077dcaa387469934325e8e5c067 (diff) |
Started level 8
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 c54ed2b..71584e3 100644 --- a/src/levels.h +++ b/src/levels.h @@ -5,7 +5,7 @@ #ifndef LEVELS_H #define LEVELS_H -#define LEVELS_COUNT 8 +#define LEVELS_COUNT 9 #define NO_LEVEL -1 |