diff options
Diffstat (limited to '')
-rw-r--r-- | src/koopatlas/starcoin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/koopatlas/starcoin.h b/src/koopatlas/starcoin.h index 5e88343..4ba7aa4 100644 --- a/src/koopatlas/starcoin.h +++ b/src/koopatlas/starcoin.h @@ -40,7 +40,7 @@ class dWMStarCoin_c : public dActor_c { int currentSection; int currentSectionIndex; - bool sectionIndices[MAX_SECTION_COUNT]; + int sectionIndices[MAX_SECTION_COUNT]; int availableSectionCount; bool isLeftArrowVisible, isRightArrowVisible; |