commit ab79aad373ec08ec85c278b7f45305576d74612a
Author: Nuke.YKT <alexeytf2@gmail.com>
AuthorDate: Mon Jul 27 13:16:20 2015 +0900
Commit: Nuke.YKT <alexeytf2@gmail.com>
CommitDate: Mon Jul 27 13:16:20 2015 +0900
Another fix
---
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 1251cd14..4c901e05 100644
--- a/src/doom/st_stuff.c
+++ b/src/doom/st_stuff.c
@@ -653,7 +653,7 @@ ST_Responder (event_t* ev)
}
else
{
- if (map < 0)
+ if (map < 1)
{
return false;
}