From 8a4e5f5516e94fe901a332bce7eef9b824f225c6 Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Sat, 25 Oct 2008 16:43:39 +0000 Subject: Progress meter now works for local MVDs again. Implemented `mvdskip' command which allows one jump to the next map in a MVD. Removed `mvd_shownet' debugging stuff from dedicated server build. Dropped packets no longer have maximum height on the lagometer. --- source/files.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/files.h') diff --git a/source/files.h b/source/files.h index 319e5e7..6fdf983 100644 --- a/source/files.h +++ b/source/files.h @@ -107,8 +107,8 @@ size_t FS_ReadLine( fileHandle_t f, char *buffer, int size ); void FS_Flush( fileHandle_t f ); -int FS_Tell( fileHandle_t f ); -int FS_RawTell( fileHandle_t f ); +size_t FS_Tell( fileHandle_t f ); +qboolean FS_Seek( fileHandle_t f, size_t offset ); size_t FS_GetFileLength( fileHandle_t f ); -- cgit v1.2.3