Deleted system("pause") at the end of main function

This commit is contained in:
Francois-Olivier Devaux 2004-08-02 15:23:22 +00:00
parent 2e2ba14c53
commit 2c2730280e
1 changed files with 0 additions and 1 deletions

View File

@ -882,6 +882,5 @@ int main(int argc, char **argv)
free(cp.tcps[tileno].tccps);
free(cp.tcps);
system("pause");
return 0;
}