12-25-2022, 11:32 AM
17 minutes ago, Veni said:
yup, remove it. just return true/false cant check which one it is im ingame rn llol
I did so, but most likely I misunderstood you, the error remained the launch does not occur
// [2013/01/16] sykim70
ENGINE_API bool SE_CheckEngine()
{
#if !defined(_DEBUG) && !defined(KALYDO) && !defined(G_KOR) && !defined(VER_TEST) && !defined(G_CHINA)
AnalyzeApplicationPath();
#endif
return false;
}

