rnd-20090919-1-src
[rocksndiamonds.git] / src / game_sp / vb_lib.c
index fa1ef2c64cf312c0dc2d4ccc2687b8247f6dc441..d88c8e36061e3d3d67685232923c4c8df4f15e2b 100644 (file)
@@ -179,7 +179,7 @@ int FileLen(char *a)
 
 long GetTickCount()
 {
-  return 0;
+  return random_linux_libc(RANDOM_SIMPLE);
 }
 
 int GetAttr(char *a)