- 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:
Mark Vejvoda
2010-07-17 20:10:16 +00:00
parent 2276df63b8
commit add0275120
4 changed files with 14 additions and 2 deletions

View File

@@ -168,4 +168,8 @@ int32 Checksum::getFinalFileListSum() {
return getSum();
}
int32 Checksum::getFileCount() {
return fileList.size();
}
}}//end namespace