From 07a0649868f358730108b28d1b34d7005f8b6f4b Mon Sep 17 00:00:00 2001 From: project-bo4 Date: Wed, 6 Sep 2023 05:32:21 -0700 Subject: [PATCH] fix missing type --- source/proxy-dll/component/debugging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/proxy-dll/component/debugging.cpp b/source/proxy-dll/component/debugging.cpp index 22ec50f..0a832bc 100644 --- a/source/proxy-dll/component/debugging.cpp +++ b/source/proxy-dll/component/debugging.cpp @@ -44,7 +44,7 @@ namespace debugging { float color[4] = { 0.8f, 1.0f, 0.3, 0.8f }; - sz = get_connectivity_info_string(infoBitmask); + const char* sz = get_connectivity_info_string(infoBitmask); game::ScreenPlacement* scrPlace = game::ScrPlace_GetView(0);