From bdbacee28ab4e584f48ac4535c41c88f622dc250 Mon Sep 17 00:00:00 2001 From: Magnus Norddahl Date: Tue, 12 Mar 2024 23:38:44 +0100 Subject: [PATCH] Don't call V_Init2 twice --- src/d_main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/d_main.cpp b/src/d_main.cpp index a3d1e3767..720d8f529 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -3263,9 +3263,6 @@ static int D_InitGame(const FIWADInfo* iwad_info, std::vector& allw exec = NULL; } - if (!restart) - V_Init2(); - // [RH] Initialize localizable strings. GStrings.LoadStrings(fileSystem, language);