]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_sdl.c
Fix a bug with r_batch_debugdynamicvertexpath in R_DrawTextureSurfaceList_Sky where...
[xonotic/darkplaces.git] / sys_sdl.c
index 757d9d8fdd08f3b60828a1c58f45f69d30f9451e..819848614080f06cbe5d79d6c05568bf38c30590 100644 (file)
--- 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);