shithub: choc

Download patch

ref: d15d930d9f8ab7380e56a812b1572bef0543e55b
parent: 40a9e2d0d829405cbb28cab09db539c49bfb8b82
author: Nuke.YKT <alexeytf2@gmail.com>
date: Sun Jul 26 23:01:35 EDT 2015

Small fix to previous commit.

--- a/src/doom/st_stuff.c
+++ b/src/doom/st_stuff.c
@@ -638,7 +638,7 @@
           {
               return false;
           }
-          if (epsd == 4 && gamemode != retail)
+          if (epsd == 4 && gameversion < exe_ultimate)
           {
               return false;
           }