Fix global CConfigApp object annotation

This commit is contained in:
Anonymous Maarten 2024-02-06 23:22:08 +01:00
parent 6fccf24f90
commit f4ab935a26

View File

@ -431,4 +431,4 @@ int CConfigApp::ExitInstance()
}
// GLOBAL: CONFIG 0x00408e50
CConfigApp theApp;
CConfigApp g_theApp;