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
1 changed files with 1 additions and 1 deletions

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);
}