]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
Fix detection of Quetoo install.
authorJay Dolan <jay@jaydolan.com>
Sun, 8 Mar 2015 17:54:53 +0000 (13:54 -0400)
committerJay Dolan <jay@jaydolan.com>
Sun, 8 Mar 2015 17:54:53 +0000 (13:54 -0400)
radiant/environment.cpp

index 9583b90fbc3761fff1e41f25be173f376aec0401..954847eba3bbb0a6e8ca0f582a579676e440f483 100644 (file)
@@ -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;
                        }