summaryrefslogtreecommitdiff
path: root/games/uhexen/files/patch-src__i_video.c
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
commit08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch)
tree0cfc4f0736babb895eb97a65c6defe632a0249c7 /games/uhexen/files/patch-src__i_video.c
parenteditors/fte: update to 20110708 (diff)
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Notes
Notes: svn path=/head/; revision=363362
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) {