X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Fvb_lib.c;h=9381b6605adc3de276b3debd020e51a50793bc61;hb=f7b79b71faf7e5fbe38df38d26d1156f3ba2f0ce;hp=c2a9fceea2bd0ce0c68f109ec1abc6d18b26e622;hpb=29ea60b3d59414875c3bbc59e64f62d2e236ef2a;p=rocksndiamonds.git diff --git a/src/game_sp/vb_lib.c b/src/game_sp/vb_lib.c index c2a9fcee..9381b660 100644 --- a/src/game_sp/vb_lib.c +++ b/src/game_sp/vb_lib.c @@ -197,7 +197,7 @@ int FileLen(char *a) } } -long GetTickCount() +long MyGetTickCount() { return random_linux_libc(RANDOM_SIMPLE); } @@ -217,7 +217,11 @@ void SaveSetting(const char * a, const char *b, char *c, int d) return; } +#if 0 + long GetTempPath(long a, char *b) { return 0; } + +#endif