rnd-20111007-1-src
[rocksndiamonds.git] / src / game_sp / vb_lib.c
index f71693c0f73b5e0198b7655157b0fe8d3cf24076..bdbe7691ce129799619bf0d8987e8cbd14cb3bf6 100644 (file)
@@ -23,7 +23,7 @@ void *REDIM_1D(int data_size, int first_data_pos, int last_data_pos)
 }
 #endif
 
-long MyGetTickCount()
+int MyGetTickCount()
 {
   return random_linux_libc(RANDOM_SIMPLE);
 }