Skip to content

Commit

Permalink
fix typo in save prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
daelsepara committed Jul 30, 2020
1 parent a4ea720 commit 460eb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gamebook.zil
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<COND (<AND ,CHARACTERS-ENABLED <EQUAL? .KEY !\i !\I>> <DESCRIBE-INVENTORY> <PRESS-A-KEY> <SET KEY NONE>)>
<COND (<EQUAL? .KEY !\h !\H !\?> <DISPLAY-HELP> <PRESS-A-KEY> <SET KEY NONE>)>
<COND (<EQUAL? .KEY !\q !\Q> <CRLF> <TELL "Are you sure you want to quit the game?"> <COND(<YES?> <RETURN>)>)>
<COND (<EQUAL? .KEY !\s !\S> <CRLF> <TELL "Save current progres?"> <COND (<YES?> <COND (<NOT <SAVE>> <EMPHASIZE "Save failed."> <PRESS-A-KEY>)>)>)>
<COND (<EQUAL? .KEY !\s !\S> <CRLF> <TELL "Save current progress?"> <COND (<YES?> <COND (<NOT <SAVE>> <EMPHASIZE "Save failed."> <PRESS-A-KEY>)>)>)>
<COND (<EQUAL? .KEY !\r !\R> <CRLF> <TELL "Restore from a previous save?"> <COND (<YES?> <COND (<NOT <RESTORE>> <EMPHASIZE "Restore failed."> <PRESS-A-KEY>)>)>)>
<COND (<EQUAL? .KEY !\x !\X> <CRLF> <RETURN>)>
)>
Expand Down

0 comments on commit 460eb3f

Please sign in to comment.