foxygit / doom Log in
commit e0eb95922fbda64aca169d62029a5be071e1273f
Author:     Fabian Greffrath <fabian@greffrath.com>
AuthorDate: Mon Mar 30 17:01:47 2015 +0200
Commit:     Fabian Greffrath <fabian@greffrath.com>
CommitDate: Mon Mar 30 17:01:47 2015 +0200

    The 4-Level Demo Version also has 3 Info pages
---
 src/hexen/mn_menu.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/hexen/mn_menu.c b/src/hexen/mn_menu.c
index ff573317..15170279 100644
--- a/src/hexen/mn_menu.c
+++ b/src/hexen/mn_menu.c
@@ -1190,11 +1190,13 @@ boolean MN_Responder(event_t * event)

     if (InfoType)
     {
+        /* The 4-Level Demo Version also has 3 Info pages
         if (gamemode == shareware)
         {
             InfoType = (InfoType + 1) % 5;
         }
         else
+        */
         {
             InfoType = (InfoType + 1) % 4;
         }