Override version number, so Andorid OpenTTD can connect to official servers

This commit is contained in:
pelya
2014-04-06 18:17:19 +03:00
parent 23188e45c7
commit 15b9ab4c08
2 changed files with 7 additions and 0 deletions

View File

@@ -58,6 +58,12 @@ EOF
exit 1;
fi
# Override version number, to allow OpenTTD with Android modifications to connect to official servers
if [ -e version-override ]; then
cat version-override
exit
fi
# Allow awk to be provided by the caller.
if [ -z "$AWK" ]; then
AWK=awk

1
version-override Normal file
View File

@@ -0,0 +1 @@
1.4.0 26440 0 1.4.0