Prevent tampering with PRNG parameters in save

This commit is contained in:
NHOrus 2017-08-24 14:48:02 +03:00
parent 917af2e744
commit e5a0c6e2b7
2 changed files with 6 additions and 3 deletions

3
main.c
View file

@ -1175,9 +1175,6 @@ Lookup:
default: // LCOV_EXCL_LINE
BUG(VOCABULARY_TYPE_N_OVER_1000_NOT_BETWEEN_0_AND_3); // LCOV_EXCL_LINE
}
if (!is_valid(game)) {
exit(1);
}
switch (action(command)) {
case GO_TERMINATE:
return true;