New messagebox system

This commit is contained in:
mkrsym1
2023-06-08 21:44:42 +03:00
parent 38dbf82f7f
commit 8662c84a0a
10 changed files with 64 additions and 47 deletions

View File

@ -1,5 +1,5 @@
#include <utils.h>
#include <err.h>
#include <msg.h>
#include <game.h>
@ -31,7 +31,7 @@ void hi3_fill_data(struct game_data *buf) {
}
if (id == GAME_INVALID) {
err_mb_a("Invalid UnityPlayer.dll checksum: %d", crc);
msg_err_a("Invalid UnityPlayer.dll checksum: %d", crc);
}
buf->id = id;