From e54da17b0fd120d94bba78318c1c84b995327428 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Sat, 8 Jan 2022 01:10:21 -0500 Subject: [PATCH] peasant: bug where co-ords not set going to cliff --- games/peasant/peasant2.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/peasant/peasant2.s b/games/peasant/peasant2.s index fc8c448a..75911493 100644 --- a/games/peasant/peasant2.s +++ b/games/peasant/peasant2.s @@ -354,7 +354,7 @@ oops_new_location: ;======================== level_over: cmp #NEW_FROM_LOAD ; skip to end if loading save game - bne really_level_over + beq really_level_over ; specical case if going outside inn ; we don't want to end up behind inn