Save file hash failing should log, not error. Release Build 8655.
This commit is contained in:
parent
020f47f1f9
commit
28003c88a0
@ -315,7 +315,7 @@ void SaveFile::LoadFile(){
|
||||
trim(fileHash); //It's possible the expected file hash has a space at the end/beginning that gets stripped out. We want to trim and match that string.
|
||||
|
||||
if(expectedFileHash!=fileHash){
|
||||
ERR(std::format("WARNING! Filehash for file {} was not identified as proper! Will not load this file!","save_file_path"_S+std::format("save.{:04}",saveFileID)));
|
||||
LOG(std::format("WARNING! Filehash for file {} was not identified as proper! Will not load this file!","save_file_path"_S+std::format("save.{:04}",saveFileID)));
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -37,9 +37,9 @@ All rights reserved.
|
||||
#pragma endregion
|
||||
#pragma once
|
||||
#define VERSION_MAJOR 1
|
||||
#define VERSION_MINOR 0
|
||||
#define VERSION_MINOR 1
|
||||
#define VERSION_PATCH 0
|
||||
#define VERSION_BUILD 8652
|
||||
#define VERSION_BUILD 8655
|
||||
|
||||
#define stringify(a) stringify_(a)
|
||||
#define stringify_(a) #a
|
||||
|
BIN
Adventures in Lestoria/assets/AdventuresInLestoria_GamePatch.png
Normal file
BIN
Adventures in Lestoria/assets/AdventuresInLestoria_GamePatch.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 82 KiB |
BIN
Adventures in Lestoria/assets/AdventuresInLestoria_GamePatch.xcf
Normal file
BIN
Adventures in Lestoria/assets/AdventuresInLestoria_GamePatch.xcf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user