1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/games/uhexen/files/patch-src::i_video.c
2003-02-10 15:13:40 +00:00

16 lines
260 B
C

$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) {