Update screen.cpp

This commit is contained in:
ZEROPOINT 2024-03-18 22:30:38 -06:00
parent e915089ebf
commit f752c8d013

View File

@ -23,5 +23,5 @@ void CL_ScreenMP_DrawOverlay_Detour()
} }
float white[4] = { 1.0f, 1.0f, 1.0f, 0.075f }; float white[4] = { 1.0f, 1.0f, 1.0f, 0.075f };
CL_DrawText(0x14EF2DEA0_g, "Donetsk", 0x7FFFFFFF, *reinterpret_cast<uintptr_t*>(0x14EEB0C68_g), 0, 480, 1, 1, 0.45000001, 0.45000001, white, 7); CL_DrawText(0x14EF2DEA0_g, "Project Warzon", 0x7FFFFFFF, *reinterpret_cast<uintptr_t*>(0x14EEB0C68_g), 0, 480, 1, 1, 0.45000001, 0.45000001, white, 7);
} }