X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=misc.c;fp=misc.c;h=25808a2c4353ff5a76f301603392e21a7f802f3d;hp=e6d31bf232b18b64d69272bbb5c2b5d68a7a5f4f;hb=8765f49fdc85e804490ebda4b0b6caee32a45af2;hpb=ca5374edc3b81b0371d81c74974404352794689b 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;