projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca5374e
)
Address Gitlab issue #35
258/head
author
Aaron Traas
<aaron@traas.org>
Sat, 22 Jul 2017 18:41:23 +0000
(14:41 -0400)
committer
Aaron Traas
<aaron@traas.org>
Sat, 22 Jul 2017 18:41:23 +0000
(14:41 -0400)
misc.c
patch
|
blob
|
history
diff --git
a/misc.c
b/misc.c
index e6d31bf232b18b64d69272bbb5c2b5d68a7a5f4f..25808a2c4353ff5a76f301603392e21a7f802f3d 100644
(file)
--- 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;