1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-21 05:29:11 +00:00

(svn r13303) -Fix (r13301): 64bit gcc compilation was broken

This commit is contained in:
smatz
2008-05-27 23:10:42 +00:00
parent 14d8aacebb
commit 8aa797603c

View File

@@ -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)