X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=actions1.c;h=79c0ea719c497ac138efb711af7b5c68beab3243;hb=31837249f82629048f9010a0bf29112397a036f8;hp=b8fac67a3a162a94bbb2c6df66c339f8fedf2d8c;hpb=65c081a0acc24707915a2abf80ef64ed70e50f45;p=open-adventure.git diff --git a/actions1.c b/actions1.c index b8fac67..79c0ea7 100644 --- a/actions1.c +++ b/actions1.c @@ -65,7 +65,6 @@ L4000: VERB=K; case 31: goto L8320; /* FLY */ case 32: goto L8330; /* LISTEN */ case 33: goto L8340; /* ZZZZ */ - case 34: goto L8350; /* SEED */ } BUG(23); @@ -106,7 +105,6 @@ L4090: switch (VERB-1) { case 31: goto L9320; /* FLY */ case 32: return(2011); /* LISTEN */ case 33: goto L8340; /* ZZZZ */ - case 34: goto L8350; /* SEED */ } BUG(24); @@ -625,6 +623,4 @@ L8340: if(!AT(RESER) && LOC != FIXED[RESER]-1) return(2011); RSPEAK(241); return(2); -L8350: printf("I see a SEED command. %s\n", raw_input); - return(2); }