From: cloudwalk Date: Tue, 26 May 2020 15:05:09 +0000 (+0000) Subject: Oops. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=333fc3d46c7cc170ab34cb8583653f1e50bcc92a;p=xonotic%2Fdarkplaces.git Oops. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12589 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sys_sdl.c b/sys_sdl.c index 757d9d8f..81984861 100644 --- a/sys_sdl.c +++ b/sys_sdl.c @@ -63,7 +63,7 @@ void Sys_Error (const char *error, ...) Con_Errorf ("Engine Error: %s\n", string); if(!nocrashdialog) - SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, "Quake Error", string, NULL); + SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, "Engine Error", string, NULL); Host_Shutdown (); exit (1);