diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-05 18:54:37 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-05 18:54:37 +0000 |
commit | bbb1bb30a3166611f0140f0ea33df4385cd7dc53 (patch) | |
tree | f4c9bacfa180622e537991b6c5be9b4b150bcc17 /eclass | |
parent | Mark 3.6-r1 stable on ia64 (diff) | |
download | gentoo-2-bbb1bb30a3166611f0140f0ea33df4385cd7dc53.tar.gz gentoo-2-bbb1bb30a3166611f0140f0ea33df4385cd7dc53.tar.bz2 gentoo-2-bbb1bb30a3166611f0140f0ea33df4385cd7dc53.zip |
com_hunkmegs 24 -> com_hunkmegs 64... closing bug #150137.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/games-q3mod.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/games-q3mod.eclass b/eclass/games-q3mod.eclass index 586b95f34d54..f8900b1385c0 100644 --- a/eclass/games-q3mod.eclass +++ b/eclass/games-q3mod.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games-q3mod.eclass,v 1.34 2006/05/24 14:17:37 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-q3mod.eclass,v 1.35 2006/10/05 18:54:37 wolf31o2 Exp $ inherit games @@ -139,6 +139,6 @@ cat << EOF > "${T}"/q3${MOD_NAME}-ded.conf.d $(<"${PORTDIR}"/header.txt) # Any extra options you want to pass to the dedicated server -${MOD_NAME}_OPTS="+set vm_game 0 +set sv_pure 1 +set bot_enable 0 +set com_hunkmegs 24 +set net_port 27960" +${MOD_NAME}_OPTS="+set vm_game 0 +set sv_pure 1 +set bot_enable 0 +set com_hunkmegs 64 +set net_port 27960" EOF } |