diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-04-06 09:01:43 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-04-06 09:01:43 +0100 |
commit | c492648c7765ceb17bf6e51393991328d89dc206 (patch) | |
tree | 7fccc9c0165269908ed6101aca5047cdfdf2424d /game | |
parent | 68cce141d8ab383fbd46b74d91a325ec5051f283 (diff) | |
download | ubox-msx-lib-c492648c7765ceb17bf6e51393991328d89dc206.tar.gz ubox-msx-lib-c492648c7765ceb17bf6e51393991328d89dc206.zip |
Typo
Diffstat (limited to 'game')
-rw-r--r-- | game/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/src/main.c b/game/src/main.c index 6ac4833..310cbe1 100644 --- a/game/src/main.c +++ b/game/src/main.c @@ -118,7 +118,7 @@ void main() redraw_menu: draw_menu(); - // whait until fire is pressed + // wait until fire is pressed // can be space (control will be cursors), or any fire button on a joystick while (1) { |