X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=advent.h;fp=advent.h;h=27250b7dd0f198bd550cabcf2ab1148b571f2624;hp=788d65934e8b88cea5019e40136927f5ed261456;hb=4e4c2e01989980a29d6bd8856c163c599d9c63d7;hpb=9e2cb3c19196a26af8e20803314f42b69dc0e014 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