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);