diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/driver.s | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/driver.s b/src/driver.s index 60869c8..183c63f 100644 --- a/src/driver.s +++ b/src/driver.s @@ -156,8 +156,7 @@ @do_update: jsr Player::update jsr Bullets::update - JAL sprite_cycling - ;; TODO: fall through? + __fallthrough__ sprite_cycling .endproc .proc sprite_cycling |
