(svn r1455) Fixed spritecache.c to compile

This commit is contained in:
miham 2005-01-10 07:26:19 +00:00
parent 52bfa90d5e
commit aacb89ed53
1 changed files with 1 additions and 0 deletions

View File

@ -774,6 +774,7 @@ static bool FileMD5(const MD5File file, bool warn)
{
FILE *f;
char buf[MAX_PATH];
byte *s;
md5_state_t filemd5state;
int len=0;