summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorKris Parker2009-11-28 15:39:01 +0000
committerKris Parker2009-11-28 15:39:01 +0000
commit4f7ccca329f67fa12c369ab1451fce9a024d97b9 (patch)
treee11e6df8dec213e7d81b19936e3a37e1786eaa83 /common.h
parent83f7c9923af0955b3d7d1ee7023fcae439fb00d2 (diff)
downloadstonesense-4f7ccca329f67fa12c369ab1451fce9a024d97b9.tar.gz
stonesense-4f7ccca329f67fa12c369ab1451fce9a024d97b9.tar.bz2
stonesense-4f7ccca329f67fa12c369ab1451fce9a024d97b9.tar.xz
removed magic numbers from frames
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.h b/common.h
index 2060f8a..a1193c7 100644
--- a/common.h
+++ b/common.h
@@ -151,6 +151,9 @@ extern bool timeToReloadSegment;
extern char currentAnimationFrame;
extern bool animationFrameShown;
+// binary 00111111
+#define ALL_FRAMES 63
+
extern vector<t_matgloss> v_stonetypes;
#define TMR1_START (ClockedTime = clock())