forked from mirror/OpenTTD
(svn r1454) -Fix: small warnings in spritecache.c
This commit is contained in:
@@ -58,7 +58,7 @@ static int _compact_cache_counter;
|
|||||||
|
|
||||||
typedef struct MD5File {
|
typedef struct MD5File {
|
||||||
const char * const filename; // filename
|
const char * const filename; // filename
|
||||||
const md5_byte_t const hash[16]; // md5 sum of the file
|
const md5_byte_t hash[16]; // md5 sum of the file
|
||||||
} MD5File;
|
} MD5File;
|
||||||
|
|
||||||
typedef struct FileList {
|
typedef struct FileList {
|
||||||
@@ -774,7 +774,6 @@ static bool FileMD5(const MD5File file, bool warn)
|
|||||||
{
|
{
|
||||||
FILE *f;
|
FILE *f;
|
||||||
char buf[MAX_PATH];
|
char buf[MAX_PATH];
|
||||||
byte *s;
|
|
||||||
|
|
||||||
md5_state_t filemd5state;
|
md5_state_t filemd5state;
|
||||||
int len=0;
|
int len=0;
|
||||||
|
Reference in New Issue
Block a user