Magic-number elimination.
This commit is contained in:
parent
d46407d327
commit
4c100261c4
2 changed files with 2 additions and 2 deletions
3
main.c
3
main.c
|
@ -983,7 +983,8 @@ static bool do_command(FILE *cmdin)
|
|||
else
|
||||
continue; /* back to top of main interpreter loop */
|
||||
}
|
||||
if (game.loc == 33 && PCT(25) && !game.closng)RSPEAK(SAYS_PLUGH);
|
||||
if (game.loc == LOC_Y2 && PCT(25) && !game.closng)
|
||||
RSPEAK(SAYS_PLUGH);
|
||||
|
||||
listobjects();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue