X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=radiant%2Fenvironment.cpp;h=954847eba3bbb0a6e8ca0f582a579676e440f483;hb=ba1771ef8e5fc6d0687dea55e9b15297286c2f05;hp=9583b90fbc3761fff1e41f25be173f376aec0401;hpb=e4287c28bb2dafedc81c66e63951d947cfbeb225;p=xonotic%2Fnetradiant.git 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; }