aboutsummaryrefslogtreecommitdiff
path: root/src/shell.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/shell.c6
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)
97int 97int
98main(int argc, char *argv[]) 98main(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);

Generated with cgit - Back to sebastiano.tronto.net