mirror of https://github.com/OpenTTD/OpenTTD
(svn r13303) -Fix (r13301): 64bit gcc compilation was broken
parent
14d8aacebb
commit
8aa797603c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue