0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge-old synced 2025-04-13 11:21:19 +00:00

Fixes a segfault when TragicDeath is called

This commit is contained in:
Dan Olson 2000-05-03 21:32:23 +00:00
parent 2e596668ba
commit b0c37054dc

View file

@ -122,7 +122,7 @@ static void
TragicDeath(int signal_num)
{
//XCloseDisplay(x_disp);
VID_Shutdown();
//VID_Shutdown();
Sys_Error("This death brought to you by the number %d\n", signal_num);
}