diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-07-01 19:06:15 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-07-01 19:06:15 -0400 |
commit | 6f46d871169ba177bbd398e2d489f32e22d192c9 (patch) | |
tree | fce8e9f17f846c40e0858f516a617244822e6478 /src/game_data.h | |
parent | 96f7f50ee10165a76495b7bcd2f269464fb8c79e (diff) | |
parent | b744535ac15bb26344d334ada81d5509a4bc382d (diff) | |
download | lingo-ap-tracker-6f46d871169ba177bbd398e2d489f32e22d192c9.tar.gz lingo-ap-tracker-6f46d871169ba177bbd398e2d489f32e22d192c9.tar.bz2 lingo-ap-tracker-6f46d871169ba177bbd398e2d489f32e22d192c9.zip |
Merge branch 'future'
Diffstat (limited to 'src/game_data.h')
-rw-r--r-- | src/game_data.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game_data.h b/src/game_data.h index 66f3e0e..b787e6f 100644 --- a/src/game_data.h +++ b/src/game_data.h | |||
@@ -22,6 +22,7 @@ enum class LingoColor { | |||
22 | constexpr int kLOCATION_NORMAL = 1; | 22 | constexpr int kLOCATION_NORMAL = 1; |
23 | constexpr int kLOCATION_REDUCED = 2; | 23 | constexpr int kLOCATION_REDUCED = 2; |
24 | constexpr int kLOCATION_INSANITY = 4; | 24 | constexpr int kLOCATION_INSANITY = 4; |
25 | constexpr int kLOCATION_SMALL_SPHERE_ONE = 8; | ||
25 | 26 | ||
26 | enum class EntranceType { | 27 | enum class EntranceType { |
27 | kNormal, | 28 | kNormal, |