1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Use static where appropriate

This commit is contained in:
Mathieu Schroeter 2017-08-26 21:22:57 +02:00
parent df8b6c98bb
commit 423f4691a4

View File

@ -72,7 +72,7 @@ InitRandom ()
* platforms.
* See http://stackoverflow.com/a/1280765/842097
*/
int
static int
ms_rand ()
{
g_seed = g_seed * 0x343fd + 0x269EC3;