diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-05-17 18:08:52 -0400 | 
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-05-17 18:08:52 -0400 | 
| commit | b744535ac15bb26344d334ada81d5509a4bc382d (patch) | |
| tree | 666d1d07ff04f4e5823cf35d37a0f927c14ad718 /src/game_data.h | |
| parent | 085531b53449dc28bc18739b06772641c5c82192 (diff) | |
| parent | da8f3caeee5b01c38db30ebb146b76dc41f9ca74 (diff) | |
| download | lingo-ap-tracker-b744535ac15bb26344d334ada81d5509a4bc382d.tar.gz lingo-ap-tracker-b744535ac15bb26344d334ada81d5509a4bc382d.tar.bz2 lingo-ap-tracker-b744535ac15bb26344d334ada81d5509a4bc382d.zip | |
Merge branch 'tinysphere' into 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 f3edaa2..e30675a 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, | 
