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:
parent
df8b6c98bb
commit
423f4691a4
@ -72,7 +72,7 @@ InitRandom ()
|
|||||||
* platforms.
|
* platforms.
|
||||||
* See http://stackoverflow.com/a/1280765/842097
|
* See http://stackoverflow.com/a/1280765/842097
|
||||||
*/
|
*/
|
||||||
int
|
static int
|
||||||
ms_rand ()
|
ms_rand ()
|
||||||
{
|
{
|
||||||
g_seed = g_seed * 0x343fd + 0x269EC3;
|
g_seed = g_seed * 0x343fd + 0x269EC3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user