1
0
forked from mirrors/0ad

Add mod selection mod.

Includes some contributions by rada and sanderd17.

This was SVN commit r15677.
This commit is contained in:
leper
2014-08-25 16:02:54 +00:00
parent 523d220ac5
commit 64bfa089af
17 changed files with 939 additions and 12 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
pyrogenesis=$(which pyrogenesis 2> /dev/null)
if [ -x "$pyrogenesis" ] ; then
"$pyrogenesis" "$@"
"$pyrogenesis" -mod=public "$@"
else
echo "Error: pyrogenesis not found in ($PATH)"
exit 1