Abolish 2011 return from actions. A step towards localizing SPK.

This commit is contained in:
Eric S. Raymond 2017-06-11 10:12:58 -04:00
parent 55610bb1de
commit 5e5ad6b1aa
2 changed files with 88 additions and 91 deletions

5
main.c
View file

@ -769,9 +769,7 @@ L2008: i=game.link[i];
goto L2004;
L2009: K=54;
L2010: SPK=K;
L2011: RSPEAK(SPK);
L2010: RSPEAK(K);
L2012: VERB=0;
game.oldobj=obj;
obj=0;
@ -1033,7 +1031,6 @@ Laction:
case 2000: goto L2000;
case 2009: goto L2009;
case 2010: goto L2010;
case 2011: goto L2011;
case 2012: goto L2012;
case 2600: goto L2600;
case 2607: goto L2607;