mirror of
https://github.com/glest/glest-source.git
synced 2025-09-25 23:19:07 +02:00
- now show more info when loading factions (which faction is currently being loaded)
- when AllowGameDataSynchCheck=true we now show count of files found in CRC check both to log and screen output
This commit is contained in:
@@ -168,4 +168,8 @@ int32 Checksum::getFinalFileListSum() {
|
||||
return getSum();
|
||||
}
|
||||
|
||||
int32 Checksum::getFileCount() {
|
||||
return fileList.size();
|
||||
}
|
||||
|
||||
}}//end namespace
|
||||
|
Reference in New Issue
Block a user