diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-23 19:01:33 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-23 19:01:33 +0100 |
| commit | 4fb970ad4e7d0558f7bf32dbad2333dbf3cb3ab4 (patch) | |
| tree | f8cf70973ed3fb78816e89bd9034c983b68b6062 /src/shell.c | |
| parent | 4dddac9e257433a8e2f5f763d91470a7e05ff680 (diff) | |
| download | nissy-4fb970ad4e7d0558f7bf32dbad2333dbf3cb3ab4.tar.gz nissy-4fb970ad4e7d0558f7bf32dbad2333dbf3cb3ab4.zip | |
Fixes for yesterday's commit
Diffstat (limited to '')
| -rw-r--r-- | src/shell.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/shell.c b/src/shell.c index 5fb18bc..6d2de94 100644 --- a/src/shell.c +++ b/src/shell.c | |||
| @@ -97,6 +97,12 @@ launch(bool batchmode) | |||
| 97 | int | 97 | int |
| 98 | main(int argc, char *argv[]) | 98 | main(int argc, char *argv[]) |
| 99 | { | 99 | { |
| 100 | /* | ||
| 101 | init_movesets(); | ||
| 102 | init_symcoord(); | ||
| 103 | print_ptable(&pd_nxopt31_HTM); | ||
| 104 | */ | ||
| 105 | |||
| 100 | if (argc > 1) { | 106 | if (argc > 1) { |
| 101 | if (!strcmp(argv[1], "-b")) { | 107 | if (!strcmp(argv[1], "-b")) { |
| 102 | launch(true); | 108 | launch(true); |
