Minor style change
This commit is contained in:
parent
16b2f6a474
commit
59735a61e6
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ const char *lpWindowName = "Cave Story Engine 2 ~ Doukutsu Monogatari Enjin 2";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A replication of MSVC's rand algorithm
|
// A replication of MSVC's rand algorithm
|
||||||
static unsigned long int next = 1;
|
static unsigned long next = 1;
|
||||||
|
|
||||||
int rep_rand()
|
int rep_rand()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue