Show invalid UnityPlayer.dll checksum in hex

This commit is contained in:
mkrsym1 2023-06-23 20:00:27 +03:00
parent 6a237fd247
commit 5473908df4
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ void hi3_fill_data(struct game_data *buf) {
}
if (id == GAME_INVALID) {
msg_err_a("Invalid UnityPlayer.dll checksum: %d", crc);
msg_err_a("Invalid UnityPlayer.dll checksum: %x", crc);
}
buf->id = id;

View File

@ -87,7 +87,7 @@ void hsr_fill_data(struct game_data *buf) {
}
if (id == GAME_INVALID) {
msg_err_a("Invalid UnityPlayer.dll checksum: %d", crc);
msg_err_a("Invalid UnityPlayer.dll checksum: %x", crc);
}
buf->id = id;