№ and minor syntax correction

This commit is contained in:
NHOrus 2017-07-08 21:00:26 +03:00
parent c0817b6bb5
commit a3ffa2455b

View file

@ -6,11 +6,11 @@
#include "dungeon.h" #include "dungeon.h"
#define LINESIZE 1024 #define LINESIZE 1024
#define TOKLEN 5 // # sigificant character sin 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 // inverntory limit (# of objects) #define INVLIMIT 7 // inverntory 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
@ -160,7 +160,7 @@ struct game_t {
long tally; long tally;
long thresh; long thresh;
long trndex; long trndex;
long trnluz; // # points lost so far due to number of turns used long trnluz; // points lost so far due to number of turns used
long turns; // how many commands he's given (ignores yes/no) long turns; // how many commands he's given (ignores yes/no)
bool wzdark; // whether the loc he's leaving was dark bool wzdark; // whether the loc he's leaving was dark
char zzword[TOKLEN + 1]; // randomly generated magic word from bird char zzword[TOKLEN + 1]; // randomly generated magic word from bird