diff options
Diffstat (limited to 'games/deng/files/patch-Src_dd__pinit.c')
-rw-r--r-- | games/deng/files/patch-Src_dd__pinit.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/games/deng/files/patch-Src_dd__pinit.c b/games/deng/files/patch-Src_dd__pinit.c index 468e5e81063f..e1a3e1741abc 100644 --- a/games/deng/files/patch-Src_dd__pinit.c +++ b/games/deng/files/patch-Src_dd__pinit.c @@ -1,11 +1,11 @@ ---- Src/dd_pinit.c.orig -+++ Src/dd_pinit.c -@@ -226,7 +226,7 @@ - FH_Clear(); - ArgShutdown(); +--- Src/dd_pinit.c.orig Fri Apr 7 21:12:59 2006 ++++ Src/dd_pinit.c Thu Sep 7 19:16:32 2006 +@@ -230,7 +230,7 @@ + FH_Clear(); + ArgShutdown(); Z_Shutdown(); -- DD_ShutdownDGL(); -+ //DD_ShutdownDGL(); +- DD_ShutdownDGL(); ++ //DD_ShutdownDGL(); - // Close the message output file. - fclose(outFile); + // Close the message output file. + fclose(outFile); |