summaryrefslogtreecommitdiff
path: root/src/koopatlas/starcoin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/koopatlas/starcoin.h')
-rw-r--r--src/koopatlas/starcoin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/koopatlas/starcoin.h b/src/koopatlas/starcoin.h
index 3d931e8..5e88343 100644
--- a/src/koopatlas/starcoin.h
+++ b/src/koopatlas/starcoin.h
@@ -35,9 +35,13 @@ class dWMStarCoin_c : public dActor_c {
ROW_COUNT = 9,
COLUMN_COUNT = 2,
SHINE_COUNT = 5,
+ MAX_SECTION_COUNT = 16,
};
int currentSection;
+ int currentSectionIndex;
+ bool sectionIndices[MAX_SECTION_COUNT];
+ int availableSectionCount;
bool isLeftArrowVisible, isRightArrowVisible;
bool willExit;