blob: b1a72d1931328b3f2dff73006be2d87b90233102 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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) {
|