aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-03-28 16:16:38 +0000
committerthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-03-28 16:16:38 +0000
commit69d038a1e3d4aea4300bd1d6bc103bdf00f197ba (patch)
tree93711d2024a505026c73a1a14f43a18b894bb796 /misc
parentf44ed19af12bd78f8adb9a1aae408997d365d6e0 (diff)
downloadioquake3-aero-69d038a1e3d4aea4300bd1d6bc103bdf00f197ba.tar.gz
ioquake3-aero-69d038a1e3d4aea4300bd1d6bc103bdf00f197ba.zip
http://bugzilla.icculus.org/show_bug.cgi?id=3579
Patch to make Solaris work again by Vincent Cojot. git-svn-id: svn://svn.icculus.org/quake3/trunk@1288 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'misc')
-rw-r--r--misc/setup/pkg/ioq3ded.sh2
-rw-r--r--misc/setup/pkg/ioquake3.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/setup/pkg/ioq3ded.sh b/misc/setup/pkg/ioq3ded.sh
index 5f2d7e5..62e92ef 100644
--- a/misc/setup/pkg/ioq3ded.sh
+++ b/misc/setup/pkg/ioq3ded.sh
@@ -14,7 +14,7 @@ EXEC_REL=release
# EXEC_BIN=ioquake3-smp.${COMPILE_ARCH}
EXEC_BIN=ioq3ded.${COMPILE_ARCH}
-EXEC_FLAGS="+set fs_basepath ${IOQ3_DIR} +set vm_game 1 +set vm_cgame 1 +set vm_ui 1 +set sv_pure 1 +set com_ansiColor 0"
+EXEC_FLAGS="+set fs_basepath ${IOQ3_DIR} +set vm_game 1 +set vm_cgame 1 +set vm_ui 1 +set sv_pure 1 +set ttycon 0 +set com_ansiColor 0"
EXEC_DIR_LIST="${IOQ3_DIR}"
diff --git a/misc/setup/pkg/ioquake3.sh b/misc/setup/pkg/ioquake3.sh
index b2fe785..f0d784f 100644
--- a/misc/setup/pkg/ioquake3.sh
+++ b/misc/setup/pkg/ioquake3.sh
@@ -14,7 +14,7 @@ EXEC_BIN=ioquake3.${COMPILE_ARCH}
# EXEC_BIN=ioquake3-smp.${COMPILE_ARCH}
# EXEC_BIN=ioq3ded.${COMPILE_ARCH}
-EXEC_FLAGS="+set fs_basepath ${IOQ3_DIR} +set vm_game 1 +set vm_cgame 1 +set vm_ui 1 +set sv_pure 1 +set com_ansiColor 0"
+EXEC_FLAGS="+set fs_basepath ${IOQ3_DIR} +set vm_game 1 +set vm_cgame 1 +set vm_ui 1 +set sv_pure 1 +set ttycon 0 +set com_ansiColor 0"
EXEC_DIR_LIST="${IOQ3_DIR}"