Abolish 18999 return from actions().
[open-adventure.git] / main.c
diff --git a/main.c b/main.c
index b171ebaa9c40424051768a2d4fef8ed6a915cac2..760283a88bf40acc400f1f68c0e0fe5660e53d64 100644 (file)
--- a/main.c
+++ b/main.c
@@ -768,7 +768,6 @@ L2006:      KK=game.prop[obj];
 L2008: i=game.link[i];
         goto L2004;
 
-L2009: RSPEAK(54);
 L2012: VERB=0;
        game.oldobj=obj;
        obj=0;
@@ -1030,7 +1029,6 @@ Laction:
           case 2: return true;
           case 8: goto L8;
           case 2000: goto L2000;
-          case 2009: goto L2009;
           case 2012: goto L2012;
           case 2600: goto L2600;
           case 2607: goto L2607;
@@ -1043,14 +1041,11 @@ Laction:
               RSPEAK(257);
               obj=0;
               goto L2600;
-          case 18999:
-              /*  Oh dear, he's disturbed the dwarves. */
-               RSPEAK(SPK);
-              /* fall through */
           case 19000:
-                RSPEAK(136);
-                score(0);
-                return true;
+              /*  Oh dear, he's disturbed the dwarves. */
+              RSPEAK(136);
+              score(0);
+              return true;
           }
        BUG(99);