X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Fvb_lib.c;h=bdbe7691ce129799619bf0d8987e8cbd14cb3bf6;hb=6e44f03074b9b879f97c4ce873962649f9699d2e;hp=f71693c0f73b5e0198b7655157b0fe8d3cf24076;hpb=e51177796149f37de339bda83558c3c49758be93;p=rocksndiamonds.git diff --git a/src/game_sp/vb_lib.c b/src/game_sp/vb_lib.c index f71693c0..bdbe7691 100644 --- a/src/game_sp/vb_lib.c +++ b/src/game_sp/vb_lib.c @@ -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); }