ref: e0eb95922fbda64aca169d62029a5be071e1273f
parent: a64ebd8e36b6cd13f18163d0a3365f4e80d90805
author: Fabian Greffrath <[email protected]>
date: Mon Mar 30 13:01:47 EDT 2015
The 4-Level Demo Version also has 3 Info pages
--- a/src/hexen/mn_menu.c
+++ b/src/hexen/mn_menu.c
@@ -1190,11 +1190,13 @@
if (InfoType)
{
+ /* The 4-Level Demo Version also has 3 Info pages
if (gamemode == shareware)
{
InfoType = (InfoType + 1) % 5;
}
else
+ */
{
InfoType = (InfoType + 1) % 4;
}