From 894ac28186ce52c2e42c6b425073f54601ca02d5 Mon Sep 17 00:00:00 2001 From: "Horst H. von Brand" Date: Mon, 10 Dec 2018 22:09:22 -0300 Subject: [PATCH] Another typo Signed-off-by: Horst H. von Brand --- advent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advent.h b/advent.h index 596f325..b79229a 100644 --- a/advent.h +++ b/advent.h @@ -17,7 +17,7 @@ #define NDWARVES 6 // number of dwarves #define PIRATE NDWARVES // must be NDWARVES-1 when zero-origin #define DALTLC LOC_NUGGET // alternate dwarf location -#define INVLIMIT 7 // inverntory limit (№ of objects) +#define INVLIMIT 7 // inventory limit (№ of objects) #define INTRANSITIVE -1 // illegal object number #define GAMELIMIT 330 // base limit of turns #define NOVICELIMIT 1000 // limit of turns for novice -- 2.31.1