From 1d710f6fa448c97e10faa24250fe0fc47a9ce154 Mon Sep 17 00:00:00 2001 From: Diavolo Date: Tue, 28 Jun 2022 12:06:43 +0200 Subject: [PATCH] add new line i forgot --- src/module/log_file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module/log_file.cpp b/src/module/log_file.cpp index 61e61ce..272bf4b 100644 --- a/src/module/log_file.cpp +++ b/src/module/log_file.cpp @@ -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(0x7FFC68)); + printf("gamename: %s\n", reinterpret_cast(0x7FFC68)); printf("gamedate: %s\n", __DATE__); const auto* log = g_log->current.string;