From 26f2bbdbce0b99c24adb84dd3d5b6a13fe7703e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=B4me=20Chilliet?= Date: Wed, 21 Dec 2016 10:19:16 +0100 Subject: [PATCH] Removed useless code in GameInitDispose --- Source/GameInitDispose.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Source/GameInitDispose.cpp b/Source/GameInitDispose.cpp index d6173f5..73673ee 100644 --- a/Source/GameInitDispose.cpp +++ b/Source/GameInitDispose.cpp @@ -857,11 +857,6 @@ void Game::LoadStuff() } } - LoadingScreen(); - temptexdetail = texdetail; - texdetail = 1; - texdetail = temptexdetail; - LoadingScreen(); if (!screentexture) { -- 2.39.2