Updated dependencies, fixed download filename problem

This commit is contained in:
Michiel Broek
2002-02-16 12:25:40 +00:00
parent 509b9bbc2b
commit d6deb46033
2 changed files with 5 additions and 0 deletions

View File

@@ -123,6 +123,7 @@ void File_List()
while (fread(&file, sizeof(file), 1, pFile) == 1) {
memset(&T, 0, sizeof(T));
T.Area = iAreaNumber;
T.Active = FALSE;
T.Cost = file.Cost;