diff options
author | Treeki <treeki@gmail.com> | 2012-10-18 07:26:47 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-10-18 07:26:47 +0200 |
commit | 82be0718d3c8b6bd6425f73190754410797a5cb5 (patch) | |
tree | c08cfaaf98dfc54d1f377c76c635c6406d884c7e /src/koopatlas/starcoin.h | |
parent | 035bfe6144a9baa8c03f10e92a9689506068f47f (diff) | |
download | kamek-82be0718d3c8b6bd6425f73190754410797a5cb5.tar.gz kamek-82be0718d3c8b6bd6425f73190754410797a5cb5.zip |
pretty much almost finished. almost. also I'm a moron
Diffstat (limited to 'src/koopatlas/starcoin.h')
-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; |