Procházet zdrojové kódy

forces Quake live engine to idtech3_ql

Daniel Gibbs před 9 roky
rodič
revize
ac0d4392aa
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      lgsm/functions/core_functions.sh

+ 2 - 0
lgsm/functions/core_functions.sh

@@ -12,6 +12,8 @@ elif [ "${gamename}" == "Counter Strike: Global Offensive" ]; then
 	gamename="Counter-Strike: Global Offensive"
 elif [ "${gamename}" == "Counter Strike: Source" ]; then
 	gamename="Counter-Strike: Source"
+elif [ "${gamename}" == "Quake Live" ]; then
+	engine="idtech3_ql"
 fi
 
 if [ "${emailnotification}" == "on" ]; then