mirror of https://github.com/OpenTTD/OpenTTD
(svn r15323) -Fix: regression backed up game_start.scr but didn't/couldn't restore it.
parent
a5807f4a77
commit
d23db8306e
|
@ -11,7 +11,7 @@ cp ai/regression/regression.nut ai/regression/main.nut
|
||||||
cp ai/regression/regression_info.nut ai/regression/info.nut
|
cp ai/regression/regression_info.nut ai/regression/info.nut
|
||||||
|
|
||||||
if [ -f scripts/game_start.scr ]; then
|
if [ -f scripts/game_start.scr ]; then
|
||||||
mv scripts/game_start.scr scripts/game_start.src.regression
|
mv scripts/game_start.scr scripts/game_start.scr.regression
|
||||||
fi
|
fi
|
||||||
|
|
||||||
params=""
|
params=""
|
||||||
|
@ -43,7 +43,7 @@ fi
|
||||||
rm -f ai/regression/main.nut ai/regression/info.nut
|
rm -f ai/regression/main.nut ai/regression/info.nut
|
||||||
|
|
||||||
if [ -f scripts/game_start.scr.regression ]; then
|
if [ -f scripts/game_start.scr.regression ]; then
|
||||||
mv scripts/game_start.scr.regression scripts/game_start.src
|
mv scripts/game_start.scr.regression scripts/game_start.scr
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$1" != "-k" ]; then
|
if [ "$1" != "-k" ]; then
|
||||||
|
|
Loading…
Reference in New Issue