Close game interface before showing crash form and don't show it at all on dedicated servers.
This commit is contained in:
@@ -106,6 +106,11 @@ namespace OpenRA.Renderer.SdlCommon
|
||||
return surf;
|
||||
}
|
||||
|
||||
public virtual void Quit()
|
||||
{
|
||||
Sdl.SDL_Quit();
|
||||
}
|
||||
|
||||
int ModeFromPrimitiveType(PrimitiveType pt)
|
||||
{
|
||||
switch (pt)
|
||||
|
||||
Reference in New Issue
Block a user