aboutsummaryrefslogtreecommitdiff
path: root/sprites.ino
diff options
context:
space:
mode:
Diffstat (limited to 'sprites.ino')
-rw-r--r--sprites.ino2
1 files changed, 2 insertions, 0 deletions
diff --git a/sprites.ino b/sprites.ino
index 54f8aa5..0f3d1bf 100644
--- a/sprites.ino
+++ b/sprites.ino
@@ -1,6 +1,8 @@
#include "sprites.h"
void initSprites() {
+ /* The sprites work by having a reference to the rotated block
+ * Had some issues with linking them up i .h files, thus this is done here */
iBlock.rotateNext = &iBlockR;
iBlockR.rotateNext = &iBlock;