diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-01-01 10:58:03 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-01-01 10:58:03 +0000 |
commit | 2051dd34f2db962d6290d1f49fb879f626ce0c98 (patch) | |
tree | 9b1c44e0cf68a789047df4fbb31602a428dee8c8 /game | |
parent | fda913d7fa6d76e9060c4b49951f21bc8b58e3c7 (diff) | |
download | ubox-msx-lib-2051dd34f2db962d6290d1f49fb879f626ce0c98.tar.gz ubox-msx-lib-2051dd34f2db962d6290d1f49fb879f626ce0c98.zip |
Typo
Diffstat (limited to 'game')
-rw-r--r-- | game/src/game.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/src/game.h b/game/src/game.h index 065fe33..5f5d603 100644 --- a/game/src/game.h +++ b/game/src/game.h @@ -115,7 +115,7 @@ LOCAL uint8_t lives; LOCAL uint8_t invuln; // batteries left LOCAL uint8_t batteries; -// show dome delay once the lives run out +// show some delay once the lives run out LOCAL uint8_t gameover_delay; // used by all entities |