summaryrefslogtreecommitdiff
path: root/games/uhexen/files/patch-src::i_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/uhexen/files/patch-src::i_video.c')
-rw-r--r--games/uhexen/files/patch-src::i_video.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/uhexen/files/patch-src::i_video.c b/games/uhexen/files/patch-src::i_video.c
new file mode 100644
index 000000000000..b1a72d193132
--- /dev/null
+++ b/games/uhexen/files/patch-src::i_video.c
@@ -0,0 +1,15 @@
+
+$FreeBSD$
+
+--- src/i_video.c 2003/02/10 15:10:49 1.1
++++ src/i_video.c 2003/02/10 15:11:08
+@@ -54,7 +54,8 @@
+ }
+
+ void I_ShutdownGraphics(void) {
+- SW_ShutdownGraphics();
++ if (SW_ShutdownGraphics)
++ SW_ShutdownGraphics();
+ }
+
+ void I_StartTic(void) {