commit d15d930d9f8ab7380e56a812b1572bef0543e55b
Author: Nuke.YKT <alexeytf2@gmail.com>
AuthorDate: Mon Jul 27 03:01:35 2015 +0900
Commit: Nuke.YKT <alexeytf2@gmail.com>
CommitDate: Mon Jul 27 03:01:35 2015 +0900
Small fix to previous commit.
---
src/doom/st_stuff.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/doom/st_stuff.c b/src/doom/st_stuff.c
index e46fc6c7..1251cd14 100644
--- a/src/doom/st_stuff.c
+++ b/src/doom/st_stuff.c
@@ -638,7 +638,7 @@ ST_Responder (event_t* ev)
{
return false;
}
- if (epsd == 4 && gamemode != retail)
+ if (epsd == 4 && gameversion < exe_ultimate)
{
return false;
}