Updated dependencies, fixed download filename problem
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user