1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-17 17:32:45 +01:00

(svn r13008) -Fix [FS#1997]: silence some MSVC x64 warnings

This commit is contained in:
glx
2008-05-08 13:20:54 +00:00
parent f7b6a02b1e
commit e48a351f8e
11 changed files with 64 additions and 65 deletions

View File

@@ -61,7 +61,7 @@ static SpriteCache *AllocateSpriteCache(uint index)
struct MemBlock {
uint32 size;
size_t size;
byte data[VARARRAY_SIZE];
};