Magic-number elimination.
This commit is contained in:
parent
1329da1087
commit
d97574d35c
4 changed files with 19 additions and 25 deletions
6
misc.c
6
misc.c
|
@ -337,12 +337,6 @@ long VOCAB(long id, long init)
|
|||
BUG(21);
|
||||
}
|
||||
|
||||
void DSTROY(long object)
|
||||
/* Permanently eliminate "object" by moving to a non-existent location. */
|
||||
{
|
||||
MOVE(object,0);
|
||||
}
|
||||
|
||||
void JUGGLE(long object)
|
||||
/* Juggle an object by picking it up and putting it down again, the purpose
|
||||
* being to get the object to the front of the chain of things at its loc. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue