Skip to content

Commit 2bde5d1

Browse files
committed
fix set destination
1 parent d3571e2 commit 2bde5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gamebook.zil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
<RETURN !\x>>
354354

355355
<ROUTINE SET-DESTINATION (STORY DESTINATION NEW)
356-
<PUT <GETP .STORY ,P?DESTINATIONS> 1 .NEW>>
356+
<PUT <GETP .STORY ,P?DESTINATIONS> .DESTINATION .NEW>>
357357

358358
; "Story - Choice Requirements Validations"
359359
; ---------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)