X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame_sp%2Fvb_lib.c;h=bdbe7691ce129799619bf0d8987e8cbd14cb3bf6;hb=refs%2Ftags%2F3.3.1.0;hp=f71693c0f73b5e0198b7655157b0fe8d3cf24076;hpb=fc5c46ee4587fb1bbc60a1b6bfc0221d83be3d81;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); }