From: NHOrus Date: Sun, 10 Sep 2017 21:32:21 +0000 (+0300) Subject: Be consistent X-Git-Tag: 1.5~18 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=4e4c2e01989980a29d6bd8856c163c599d9c63d7 Be consistent --- 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