SC_AngelScript
SC_AngelScript copied to clipboard
CEngineFuncs::ChangeLevel could cause data corruption
The CEngineFuncs::ChangeLevel function will immediately change the level. This could cause scripts to be invalidated while they are running. Advise changing its implementation to delay changelevel to the end of the frame to avoid this.