X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=misc.c;h=25808a2c4353ff5a76f301603392e21a7f802f3d;hb=319c5830c835b86cdcaa56e2ba9bdb50549e9186;hp=e6d31bf232b18b64d69272bbb5c2b5d68a7a5f4f;hpb=30f13c6c25be8d0fb5b0e6d819685b4e6f45829c;p=open-adventure.git diff --git a/misc.c b/misc.c index e6d31bf..25808a2 100644 --- a/misc.c +++ b/misc.c @@ -654,7 +654,7 @@ void set_seed(long seedval) game.zzword[5] = '\0'; } -unsigned long get_next_lcg_value(void) +static unsigned long get_next_lcg_value(void) /* Return the LCG's current value, and then iterate it. */ { unsigned long old_x = game.lcg_x;