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