fix the rng for releases, so the prebaked baseline results match

This commit is contained in:
Dustin Carlino 2019-11-24 13:47:00 -08:00
parent aa4a002fb4
commit 1422554d74
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
cd game cd game
set RUST_BACKTRACE=1 set RUST_BACKTRACE=1
game.exe 1> ..\\output.txt 2>&1 game.exe --rng_seed=42 1> ..\\output.txt 2>&1

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
cd game cd game
RUST_BACKTRACE=1 ./game RUST_BACKTRACE=1 ./game --rng_seed=42