Deleted system("pause") at the end of main function
This commit is contained in:
parent
2e2ba14c53
commit
2c2730280e
|
@ -882,6 +882,5 @@ int main(int argc, char **argv)
|
||||||
free(cp.tcps[tileno].tccps);
|
free(cp.tcps[tileno].tccps);
|
||||||
free(cp.tcps);
|
free(cp.tcps);
|
||||||
|
|
||||||
system("pause");
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue