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) TragicDeath(int signal_num)
{ {
//XCloseDisplay(x_disp); //XCloseDisplay(x_disp);
VID_Shutdown(); //VID_Shutdown();
Sys_Error("This death brought to you by the number %d\n", signal_num); Sys_Error("This death brought to you by the number %d\n", signal_num);
} }