Remove use of Unicode number sign in comments.
"#" for this use is well established in English. It's not worth opening the i18n can of worms here.
This commit is contained in:
parent
0d27a5e03d
commit
83f432780a
1 changed files with 2 additions and 2 deletions
4
advent.h
4
advent.h
|
@ -13,11 +13,11 @@
|
||||||
#define LCG_M 1048576L
|
#define LCG_M 1048576L
|
||||||
|
|
||||||
#define LINESIZE 1024
|
#define LINESIZE 1024
|
||||||
#define TOKLEN 5 // № sigificant characters in a token */
|
#define TOKLEN 5 // # sigificant characters in a token */
|
||||||
#define NDWARVES 6 // number of dwarves
|
#define NDWARVES 6 // number of dwarves
|
||||||
#define PIRATE NDWARVES // must be NDWARVES-1 when zero-origin
|
#define PIRATE NDWARVES // must be NDWARVES-1 when zero-origin
|
||||||
#define DALTLC LOC_NUGGET // alternate dwarf location
|
#define DALTLC LOC_NUGGET // alternate dwarf location
|
||||||
#define INVLIMIT 7 // inventory limit (№ of objects)
|
#define INVLIMIT 7 // inventory limit (# of objects)
|
||||||
#define INTRANSITIVE -1 // illegal object number
|
#define INTRANSITIVE -1 // illegal object number
|
||||||
#define GAMELIMIT 330 // base limit of turns
|
#define GAMELIMIT 330 // base limit of turns
|
||||||
#define NOVICELIMIT 1000 // limit of turns for novice
|
#define NOVICELIMIT 1000 // limit of turns for novice
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue