]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/groupdialog.cpp
* removed a lot of HACKs for several games by merging the enginepath_win32, enginepat...
[xonotic/netradiant.git] / radiant / groupdialog.cpp
index acfca28677c86febabdb24938a95022253fb9c49..d9f8c8960a967aca39c8a86f916564d829b0df9e 100644 (file)
@@ -1340,7 +1340,7 @@ void GroupDlg::Create ()
                 EntWidgets[EntCheck1+i] = check;
               }
 
-                               if (g_pGameDescription->quake2 || ( g_pGameDescription->mGameFile == "q2.game" ) || ( g_pGameDescription->mGameFile == "heretic2.game" )) {
+                               if (g_pGameDescription->quake2) {
                                        GtkWidget *check = gtk_check_button_new_with_label (_("!Easy"));
                                        gtk_widget_show (check);
                                        gtk_signal_connect (GTK_OBJECT (check), "toggled", GTK_SIGNAL_FUNC (entity_check), NULL);