Magic-number elimination.
This commit is contained in:
parent
fd10d380df
commit
978168523a
7 changed files with 20 additions and 16 deletions
5
init.c
5
init.c
|
@ -30,7 +30,10 @@
|
|||
* 300 locations
|
||||
* 100 objects */
|
||||
|
||||
/* Note: the object count limit has been abstracted as NOBJECTS */
|
||||
/* Note:
|
||||
* - the object count limit has been abstracted as NOBJECTS
|
||||
* - the random message limit has been abstracted as RTXSIZE
|
||||
*/
|
||||
|
||||
/* Description of the database format
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue