X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Fvb_lib.c;h=d88c8e36061e3d3d67685232923c4c8df4f15e2b;hb=98edd2c02783d6cf8ffe4d7aec340fe80cc8bcff;hp=fa1ef2c64cf312c0dc2d4ccc2687b8247f6dc441;hpb=bc739f556617ab3e83f1beb7e0a446b9d074b8ee;p=rocksndiamonds.git diff --git a/src/game_sp/vb_lib.c b/src/game_sp/vb_lib.c index fa1ef2c6..d88c8e36 100644 --- a/src/game_sp/vb_lib.c +++ b/src/game_sp/vb_lib.c @@ -179,7 +179,7 @@ int FileLen(char *a) long GetTickCount() { - return 0; + return random_linux_libc(RANDOM_SIMPLE); } int GetAttr(char *a)