mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-23 14:39:08 +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 */
|
#endif /* LIMITED_FDS */
|
||||||
|
|
||||||
/* Seek to a file and a position */
|
/* Seek to a file and a position */
|
||||||
void FioSeekToFile(uint8 slot, uint32 pos)
|
void FioSeekToFile(uint8 slot, size_t pos)
|
||||||
{
|
{
|
||||||
FILE *f;
|
FILE *f;
|
||||||
#if defined(LIMITED_FDS)
|
#if defined(LIMITED_FDS)
|
||||||
|
Reference in New Issue
Block a user