From ba1771ef8e5fc6d0687dea55e9b15297286c2f05 Mon Sep 17 00:00:00 2001 From: Jay Dolan Date: Sun, 8 Mar 2015 13:54:53 -0400 Subject: [PATCH] Fix detection of Quetoo install. --- radiant/environment.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radiant/environment.cpp b/radiant/environment.cpp index 9583b90f..954847eb 100644 --- a/radiant/environment.cpp +++ b/radiant/environment.cpp @@ -136,8 +136,8 @@ void gamedetect(){ #endif { return; } - // try to detect Q2World installs - if ( gamedetect_check_game( "q2w.game", "default/quake2world.version", NULL, buf, p - buf ) ) { + // try to detect Quetoo installs + if ( gamedetect_check_game( "quetoo.game", "default/icons/quetoo.png", NULL, buf, p - buf ) ) { return; } -- 2.39.2