From 9dd02c223611fe8d6cdb027261ce0ac51db6f9fe Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Sun, 3 Jul 2016 15:57:34 -0700 Subject: [PATCH] Just had to fix the PLASMA bug --- Platform/Apple/virtual/src/plasma/combat.pla | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Platform/Apple/virtual/src/plasma/combat.pla b/Platform/Apple/virtual/src/plasma/combat.pla index dd04ecee..6b165bef 100644 --- a/Platform/Apple/virtual/src/plasma/combat.pla +++ b/Platform/Apple/virtual/src/plasma/combat.pla @@ -541,8 +541,7 @@ def _combat_zoneEncounter(s_encZone) otherwise displayStr("\nDidn't see that coming... to see a fine player like you slaughtered like a common rodent... Well, let's reload and try that again, ok?\n") wend - answer = getYN() // workaround for PLASMA problem: "if !getYN()" results in CALL 0 - if !answer + if !getYN() displayStr("Ah, okay. Well... just hit a key when you're ready then.") getUpperKey() fin