Choose a less obscure label name.
This commit is contained in:
parent
17e6078122
commit
7991d007ac
1 changed files with 3 additions and 3 deletions
6
main.c
6
main.c
|
@ -1041,7 +1041,7 @@ Lclearobj:
|
||||||
game.oldobj = command.obj;
|
game.oldobj = command.obj;
|
||||||
command.obj = 0;
|
command.obj = 0;
|
||||||
|
|
||||||
L2600:
|
Lcheckhint:
|
||||||
checkhints();
|
checkhints();
|
||||||
|
|
||||||
/* If closing time, check for any objects being toted with
|
/* If closing time, check for any objects being toted with
|
||||||
|
@ -1196,7 +1196,7 @@ Lookup:
|
||||||
case GO_CLEAROBJ:
|
case GO_CLEAROBJ:
|
||||||
goto Lclearobj;
|
goto Lclearobj;
|
||||||
case GO_CHECKHINT:
|
case GO_CHECKHINT:
|
||||||
goto L2600;
|
goto Lcheckhint;
|
||||||
case GO_WORD2:
|
case GO_WORD2:
|
||||||
#ifdef GDEBUG
|
#ifdef GDEBUG
|
||||||
printf("Word shift\n");
|
printf("Word shift\n");
|
||||||
|
@ -1211,7 +1211,7 @@ Lookup:
|
||||||
command.word[0].raw[0] = toupper(command.word[0].raw[0]);
|
command.word[0].raw[0] = toupper(command.word[0].raw[0]);
|
||||||
sspeak(DO_WHAT, command.word[0].raw);
|
sspeak(DO_WHAT, command.word[0].raw);
|
||||||
command.obj = 0;
|
command.obj = 0;
|
||||||
goto L2600;
|
goto Lcheckhint;
|
||||||
case GO_DWARFWAKE:
|
case GO_DWARFWAKE:
|
||||||
/* Oh dear, he's disturbed the dwarves. */
|
/* Oh dear, he's disturbed the dwarves. */
|
||||||
rspeak(DWARVES_AWAKEN);
|
rspeak(DWARVES_AWAKEN);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue