Fixed compilation error caused by r15483.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15484 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
54ac5c18de
commit
170ed90a9e
@ -31,7 +31,7 @@ void rnd_init(void)
|
|||||||
seed += (uint32)gettid();
|
seed += (uint32)gettid();
|
||||||
#endif // HAVE_GETTID
|
#endif // HAVE_GETTID
|
||||||
#endif
|
#endif
|
||||||
ShowInfo("Initializing random number generator.\n")
|
ShowInfo("Initializing random number generator.\n");
|
||||||
init_genrand(seed);
|
init_genrand(seed);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user