summaryrefslogtreecommitdiff
path: root/src/koopatlas/starcoin.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-10-18 07:26:47 +0200
committerTreeki <treeki@gmail.com>2012-10-18 07:26:47 +0200
commit82be0718d3c8b6bd6425f73190754410797a5cb5 (patch)
treec08cfaaf98dfc54d1f377c76c635c6406d884c7e /src/koopatlas/starcoin.h
parent035bfe6144a9baa8c03f10e92a9689506068f47f (diff)
downloadkamek-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.h2
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;