From 4e4c2e01989980a29d6bd8856c163c599d9c63d7 Mon Sep 17 00:00:00 2001 From: NHOrus Date: Mon, 11 Sep 2017 00:32:21 +0300 Subject: [PATCH] Be consistent --- actions.c | 1 + advent.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/actions.c b/actions.c index e41c7bf..059d92b 100644 --- a/actions.c +++ b/actions.c @@ -3,6 +3,7 @@ #include #include "advent.h" #include "dungeon.h" +#include static int fill(verb_t, obj_t); diff --git a/advent.h b/advent.h index 788d659..27250b7 100644 --- a/advent.h +++ b/advent.h @@ -119,7 +119,7 @@ typedef long loc_t; // index into the locations array */ typedef long turn_t; // turn counter or threshold */ struct game_t { - int64_t lcg_x; + int32_t lcg_x; long abbnum; // How often to print long descriptions score_t bonus; // What kind of finishing bonus we are getting loc_t chloc; // pirate chest location -- 2.31.1