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:
8a87703
)
Move a line that got out of place.
author
Jason S. Ninneman
<jsn@mbar.us>
Wed, 24 May 2017 06:42:54 +0000
(23:42 -0700)
committer
Jason S. Ninneman
<jsn@mbar.us>
Wed, 24 May 2017 06:42:54 +0000
(23:42 -0700)
misc.c
patch
|
blob
|
history
diff --git
a/misc.c
b/misc.c
index 320d002a753a6384c768ad5dd42d25809cade628..c4b7e732c6fde159dd598395e5e237b2f063500b 100644
(file)
--- a/
misc.c
+++ b/
misc.c
@@
-757,7
+757,6
@@
long TSTBIT;
#define TSTBIT(MASK,BIT) fTSTBIT(MASK,BIT)
-#undef RNDVOC
void set_seed_from_time(void)
{
@@
-783,6
+782,7
@@
long randrange(long range)
return(result);
}
+#undef RNDVOC
long fRNDVOC(long CHAR, long FORCE) {
long DIV, I, J, RNDVOC;