Fix mkdotgame
This commit is contained in:
parent
43c84adfce
commit
05a5515221
2 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@
|
|||
VERSION=$VSAPI # predetermined version
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
local version=$VERSION
|
||||
version=$VERSION
|
||||
else
|
||||
local version=$1
|
||||
version=$1
|
||||
fi
|
||||
|
||||
rm .game || true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue