]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/environment.cpp
[dpkdir] revert *MapFileObservers() addition, fix #105
[xonotic/netradiant.git] / 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;
                        }