diff level1/cmds/ngu.asm @ 829:a114971abd3b

Changed the name of a def because it collided with Level 2
author boisy
date Tue, 14 Jan 2003 03:06:30 +0000
parents 357c62d55b8f
children 053078ef1289
line wrap: on
line diff
--- a/level1/cmds/ngu.asm	Tue Jan 14 03:04:22 2003 +0000
+++ b/level1/cmds/ngu.asm	Tue Jan 14 03:06:30 2003 +0000
@@ -178,7 +178,7 @@
 IsItA    cmpa  #'a		is it this option?
          bne   IsItB		branch if not
          inc   <gota
-         lbra  FixCmdLn
+         bra  FixCmdLn
 IsItB    cmpa  #'b		is it this option?
          bne   IsItC		branch if not
          inc   <gotb