add new line i forgot

This commit is contained in:
Diavolo 2022-06-28 12:06:43 +02:00
parent ac19219bf0
commit 1d710f6fa4
No known key found for this signature in database
GPG Key ID: FA77F074E98D98A5

View File

@ -63,7 +63,7 @@ void log_file::gscr_log_print()
void log_file::g_init_game_stub()
{
printf("------- Game Initialization -------\n");
printf("gamename: %s", reinterpret_cast<const char*>(0x7FFC68));
printf("gamename: %s\n", reinterpret_cast<const char*>(0x7FFC68));
printf("gamedate: %s\n", __DATE__);
const auto* log = g_log->current.string;