diff options
| author | Kris Parker | 2009-11-28 15:39:01 +0000 |
|---|---|---|
| committer | Kris Parker | 2009-11-28 15:39:01 +0000 |
| commit | 4f7ccca329f67fa12c369ab1451fce9a024d97b9 (patch) | |
| tree | e11e6df8dec213e7d81b19936e3a37e1786eaa83 /common.h | |
| parent | 83f7c9923af0955b3d7d1ee7023fcae439fb00d2 (diff) | |
| download | stonesense-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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())
|
