summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/d_mode.c2
-rw-r--r--src/setup/multiplayer.c8
2 files changed, 5 insertions, 5 deletions
diff --git a/src/d_mode.c b/src/d_mode.c
index 8bdcf50c..ec3bea44 100644
--- a/src/d_mode.c
+++ b/src/d_mode.c
@@ -49,7 +49,7 @@ static struct
{ heretic, shareware, 1, 9 },
{ heretic, registered, 3, 9 },
{ heretic, retail, 5, 9 },
- { hexen, commercial, 1, 40 },
+ { hexen, commercial, 1, 60 },
{ strife, commercial, 1, 34 },
};
diff --git a/src/setup/multiplayer.c b/src/setup/multiplayer.c
index e38542b2..20c8c352 100644
--- a/src/setup/multiplayer.c
+++ b/src/setup/multiplayer.c
@@ -442,12 +442,12 @@ static void LevelSelectDialog(TXT_UNCAST_ARG(widget), TXT_UNCAST_ARG(user_data))
}
else
{
- table = TXT_NewTable(4);
+ table = TXT_NewTable(6);
- for (i=0; i<40; ++i)
+ for (i=0; i<60; ++i)
{
- x = i % 4;
- y = i / 4;
+ x = i % 6;
+ y = i / 6;
l = x * 10 + y + 1;