Commit 0e7a5dc8 authored by DailyShana's avatar DailyShana

fix

parent bf201703
...@@ -69,7 +69,7 @@ int main(int argc, char* argv[]) { ...@@ -69,7 +69,7 @@ int main(int argc, char* argv[]) {
++i; ++i;
wchar_t param[128]; wchar_t param[128];
GetParameterW(param, &argv[i][0]); GetParameterW(param, &argv[i][0]);
ygo::mainGame->ebJoinIP->setText(param); ygo::mainGame->ebJoinHost->setText(param);
continue; continue;
} else if(!strcmp(argv[i], "-p")) { // host Port } else if(!strcmp(argv[i], "-p")) { // host Port
++i; ++i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment