Address Gitlab issue #35
This commit is contained in:
parent
ca5374edc3
commit
8765f49fdc
1 changed files with 1 additions and 1 deletions
2
misc.c
2
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue