From 325024352b77958827f99c06e635899a1711171b Mon Sep 17 00:00:00 2001
From: Rudolf Polzer <divverent@xonotic.org>
Date: Wed, 26 Aug 2015 14:07:52 +0200
Subject: [PATCH] Fix an endless loop in the-big-benchmark on Windows affecting
 all users.

---
 misc/tools/the-big-benchmark/the-big-benchmark.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/tools/the-big-benchmark/the-big-benchmark.bat b/misc/tools/the-big-benchmark/the-big-benchmark.bat
index 37872d9a..4fb4a10d 100644
--- a/misc/tools/the-big-benchmark/the-big-benchmark.bat
+++ b/misc/tools/the-big-benchmark/the-big-benchmark.bat
@@ -48,7 +48,7 @@ goto done
 :nomed
 if not "%e%" == "med" goto nomed2
 find "Using GL1.3 rendering path" data\engine.log >nul
-if errorlevel 1 goto nomed
+if errorlevel 1 goto nomed2
 echo OpenGL 2.0 rendering disabled, exiting.
 goto done
 :nomed2
-- 
2.39.5