mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-21 13:39:09 +00:00
(svn r13303) -Fix (r13301): 64bit gcc compilation was broken
This commit is contained in:
@@ -74,7 +74,7 @@ static void FioRestoreFile(int slot)
|
||||
#endif /* LIMITED_FDS */
|
||||
|
||||
/* Seek to a file and a position */
|
||||
void FioSeekToFile(uint8 slot, uint32 pos)
|
||||
void FioSeekToFile(uint8 slot, size_t pos)
|
||||
{
|
||||
FILE *f;
|
||||
#if defined(LIMITED_FDS)
|
||||
|
Reference in New Issue
Block a user