Minor style change

This commit is contained in:
Clownacy 2019-08-13 05:03:43 +00:00
parent 16b2f6a474
commit 59735a61e6

View file

@ -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()
{ {