summaryrefslogtreecommitdiff
path: root/src/d_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/d_main.c')
-rw-r--r--src/d_main.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/d_main.c b/src/d_main.c
index 613db3c1..1c757088 100644
--- a/src/d_main.c
+++ b/src/d_main.c
@@ -735,10 +735,12 @@ static void InitGameVersion(void)
else
{
// Final Doom: tnt or plutonia
- // Default to the "alt" version of the executable that
- // fixes the demo loop behavior.
+ // Defaults to emulating the first Final Doom executable,
+ // which has the crash in the demo loop; however, having
+ // this as the default should mean that it plays back
+ // most demos correctly.
- gameversion = exe_final2;
+ gameversion = exe_final;
}
}
}