From 423f4691a4eea2c0c7602fd14935fc02a4f74586 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Sat, 26 Aug 2017 21:22:57 +0200 Subject: [PATCH] Use static where appropriate --- src/misc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc.cxx b/src/misc.cxx index e6fdb93..85eeca5 100644 --- a/src/misc.cxx +++ b/src/misc.cxx @@ -72,7 +72,7 @@ InitRandom () * platforms. * See http://stackoverflow.com/a/1280765/842097 */ -int +static int ms_rand () { g_seed = g_seed * 0x343fd + 0x269EC3;