summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorMarco Willems (M17.1) <progreon@gmail.com>2018-01-19 17:18:14 +0100
committerMarco Willems (M17.1) <progreon@gmail.com>2018-01-19 17:18:14 +0100
commit37396ce835e702248b9e8fa1bbaec07b8b64ab4f (patch)
tree1cc49301ff407e6491d8bc384ca9c87992d51951 /include/text.h
parentd4cd912eb85411a4be1ea97441f929a16f455f34 (diff)
switching over to a different branch for testing with tile stuff
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.h b/include/text.h
index a7a62fcf7..f0d039d45 100644
--- a/include/text.h
+++ b/include/text.h
@@ -91,7 +91,7 @@ struct WindowTemplate
u8 tilemapTop;
u8 width;
u8 height;
- u8 *tileData; // to TileData4bpp *?
+ u8 *tileData;
u16 *tilemap;
u32 maybeUnused;
};