diff options
author | Treeki <treeki@gmail.com> | 2012-10-18 07:23:19 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-10-18 07:23:19 +0200 |
commit | 035bfe6144a9baa8c03f10e92a9689506068f47f (patch) | |
tree | d29b46b279de4462123513d5eea21fc5cef180f7 /src/koopatlas/starcoin.h | |
parent | edf303f6ba8e30e04e828cb0b9b268d534f194c4 (diff) | |
download | kamek-035bfe6144a9baa8c03f10e92a9689506068f47f.tar.gz kamek-035bfe6144a9baa8c03f10e92a9689506068f47f.zip |
I don't even know. I'll try to fix this tomorrow
Diffstat (limited to 'src/koopatlas/starcoin.h')
-rw-r--r-- | src/koopatlas/starcoin.h | 4 |
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; |