From 59735a61e69047db3c4e4ae874e1177c2ac35c59 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Tue, 13 Aug 2019 05:03:43 +0000 Subject: [PATCH] Minor style change --- src/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.cpp b/src/Main.cpp index e8bccacf..9ec79bb8 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -44,7 +44,7 @@ const char *lpWindowName = "Cave Story Engine 2 ~ Doukutsu Monogatari Enjin 2"; #endif // A replication of MSVC's rand algorithm -static unsigned long int next = 1; +static unsigned long next = 1; int rep_rand() {