X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2Fvb_lib.c;fp=src%2Fgame_sp%2Fvb_lib.c;h=d88c8e36061e3d3d67685232923c4c8df4f15e2b;hp=fa1ef2c64cf312c0dc2d4ccc2687b8247f6dc441;hb=91c0172a97f1323e573684a456de436332c8ea34;hpb=2d62255a9cc1edc3692c2597cf338ce50744da96 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)