diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
| commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
| tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /games/uhexen/files/patch-src__i_video.c | |
| parent | editors/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.c | 15 |
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) { |
