fix missing type

This commit is contained in:
project-bo4 2023-09-06 05:32:21 -07:00
parent dcd5558821
commit 07a0649868

View File

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