Skip to content

Commit

Permalink
bug fixes to gamebook engine
Browse files Browse the repository at this point in the history
  • Loading branch information
daelsepara committed Aug 15, 2020
1 parent c8defe7 commit 9e7918f
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 @@ -1394,7 +1394,7 @@
>
<COND (<AND <G=? .KEY !\1> <L=? .KEY !\9>>
<SET CHOICE <- .KEY !\0>>
<COND (<AND <G=? .CHOICE 1> <L=? .CHOICE <GET CHARACTERS 0>>>
<COND (<AND <G=? <GET CHARACTERS 0> 1> <G=? .CHOICE 1> <L=? .CHOICE <GET CHARACTERS 0>>>
<SET CHARACTER <GET CHARACTERS .CHOICE>>
<CRLF>
<DESCRIBE-CHARACTER .CHARACTER>
Expand Down

0 comments on commit 9e7918f

Please sign in to comment.