summaryrefslogtreecommitdiff
path: root/src/display.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-03-18 16:48:17 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-03-18 16:48:17 +0100
commit62ca957c6e3f20819cb4cd179bd3787f94f07af1 (patch)
treed59fb5f9d0d2841b25230276d623536ce7ca12c5 /src/display.h
parent1650e2ffbbd3943942d01aacb8c487c361df282a (diff)
comments
Diffstat (limited to 'src/display.h')
-rw-r--r--src/display.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/display.h b/src/display.h
index aac64dd..ef133a0 100644
--- a/src/display.h
+++ b/src/display.h
@@ -199,8 +199,10 @@ class Display {
/**
* Update display content.
* Checks current_anim->speed and current_anim->type and scrolls
- * the text / advances a frame when appropriate. Does nothing
- * otherwise.
+ * the text / advances a frame when appropriate. Also uses
+ * Storage::loadChunk() to load the next 128 pattern bytes if
+ * current_anim->length is greater than 128 and the end of the
+ * 128 byte pattern buffer is reached.
*/
void update(void);