summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-01-27 13:00:12 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-01-27 13:00:12 +0100
commit420cb4b1b01166739d57d37c3b95e6b6391555d7 (patch)
tree67fb47aafd7d23372e646699e3d58c2b91dbc9f1 /src/main.cc
parentce235210b76332493ee5c78bded63fb5b69ff6d3 (diff)
read scroll speed from text struct
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cc b/src/main.cc
index e3bc2f9..76a2046 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -13,6 +13,7 @@
int main (void)
{
text_t ohai;
+ ohai.speed = (4 << 4) + 15;
ohai.str = (uint8_t *)"Ohai! ";
//uint8_t anim_data[] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0, 0, 0, 0, 0, 0, 0, 0 };