summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/i_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/i_video.c')
-rw-r--r--apps/plugins/doom/i_video.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/plugins/doom/i_video.c b/apps/plugins/doom/i_video.c
index 473f349b0c..b7bc5f99c4 100644
--- a/apps/plugins/doom/i_video.c
+++ b/apps/plugins/doom/i_video.c
@@ -16,7 +16,10 @@
16 * GNU General Public License for more details. 16 * GNU General Public License for more details.
17 * 17 *
18 * $Log$ 18 * $Log$
19 * Revision 1.8 2006/04/03 17:11:42 kkurbjun 19 * Revision 1.9 2006/04/03 20:03:02 kkurbjun
20 * Updates doom menu w/ new graphics, now requires rockdoom.wad: http://alamode.mines.edu/~kkurbjun/rockdoom.wad
21 *
22 * Revision 1.8 2006-04-03 17:11:42 kkurbjun
20 * Finishing touches 23 * Finishing touches
21 * 24 *
22 * Revision 1.7 2006-04-03 16:30:12 kkurbjun 25 * Revision 1.7 2006-04-03 16:30:12 kkurbjun
@@ -83,6 +86,7 @@ void I_ShutdownGraphics(void)
83#ifndef HAVE_LCD_COLOR 86#ifndef HAVE_LCD_COLOR
84 gray_release(); 87 gray_release();
85#endif 88#endif
89 noprintf=0;
86} 90}
87 91
88// 92//