diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/Panels.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Panels.h b/Source/Panels.h index 0d4a79c..87f0972 100644 --- a/Source/Panels.h +++ b/Source/Panels.h | |||
@@ -595,6 +595,11 @@ std::vector<int> squarePanels = { | |||
595 | 0x03858, // Boathouse Ramp Position Control | 595 | 0x03858, // Boathouse Ramp Position Control |
596 | 0x275FA, // Boathouse Hook Control | 596 | 0x275FA, // Boathouse Hook Control |
597 | 0x17CC4, // Railroad Elevator | 597 | 0x17CC4, // Railroad Elevator |
598 | 0x17E2B, // Swamp Flood Gate Control | ||
599 | 0x00609, // Swamp Surface Sliding Bridge Control | ||
600 | 0x18488, // Swamp Underwater Sliding Bridge Control | ||
601 | 0x17C0A, // Swamp Island Control 1 | ||
602 | 0x17E07, // Swamp Island Control 2 | ||
598 | }; | 603 | }; |
599 | 604 | ||
600 | std::vector<int> desertPanels = { | 605 | std::vector<int> desertPanels = { |