diff options
| author | Japa Illo | 2012-02-22 00:48:06 +0530 |
|---|---|---|
| committer | Japa Illo | 2012-02-22 00:48:06 +0530 |
| commit | ce5ec6c3f87fe5d0fb2bf5c50f097057e58aa039 (patch) | |
| tree | ca24a2043ba743872b6136ecb39ec933dbc6bace /common.h | |
| parent | ae9dd5511370d8b12354b613f395a20cf86bc461 (diff) | |
| download | stonesense-ce5ec6c3f87fe5d0fb2bf5c50f097057e58aa039.tar.gz stonesense-ce5ec6c3f87fe5d0fb2bf5c50f097057e58aa039.tar.bz2 stonesense-ce5ec6c3f87fe5d0fb2bf5c50f097057e58aa039.tar.xz | |
Added fire effects. also fixed the cursor so it scales with the rest.
Signed-off-by: Japa Illo <japa.mala.illo@gmail.com>
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -178,6 +178,7 @@ extern uint32_t ClockedTime2; extern bool timeToReloadSegment;
extern bool timeToReloadConfig;
extern char currentAnimationFrame;
+extern uint32_t currentFrameLong;
extern bool animationFrameShown;
#define MAX_ANIMFRAME 6
|
