mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +00:00
Fixes a segfault when TragicDeath is called
This commit is contained in:
parent
2e596668ba
commit
b0c37054dc
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue