X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2Fvb_lib.c;h=16382f2b35ba59c23e91dd823f27d63fa323d749;hp=f7b402ae2135e77c8ee86c6ff6f2c063167f495a;hb=115ce6f2da1914d68b0fe0e5f9082973190dacdd;hpb=085eaa4c64f1254101fe59747e87aacb009ebe3b diff --git a/src/game_sp/vb_lib.c b/src/game_sp/vb_lib.c index f7b402ae..16382f2b 100644 --- a/src/game_sp/vb_lib.c +++ b/src/game_sp/vb_lib.c @@ -9,7 +9,7 @@ /* helper functions for constructs not supported by C */ -int MyGetTickCount() +int MyGetTickCount(void) { return random_linux_libc(RANDOM_SIMPLE); }