shithub: choc

Download patch

ref: 453844c768f1fd6571bf0b4908b45199b3729fb8
parent: 38da738fd72f18b44d05d30450cb0d3d4d7aefe5
author: Nuke.YKT <[email protected]>
date: Sun Jul 26 17:11:36 EDT 2015

doom:Chex's sky behavior fix

"Sky never changes in Doom II" is fixed in Chex Quest exe

--- a/src/doom/g_game.c
+++ b/src/doom/g_game.c
@@ -614,7 +614,8 @@
 
     // The "Sky never changes in Doom II" bug was fixed in
     // the id Anthology version of doom2.exe for Final Doom.
-    if ((gamemode == commercial) && (gameversion == exe_final2))
+    if ((gamemode == commercial)
+     && (gameversion == exe_final2 || gameversion == exe_chex))
     {
         char *skytexturename;