From 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 17:12:47 +0000 Subject: Rename all patches that contain '::' as a path separator, and use '__' instead. --- games/uhexen/files/patch-src__i_video.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 games/uhexen/files/patch-src__i_video.c (limited to 'games/uhexen/files/patch-src__i_video.c') 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) { -- cgit v1.2.3