Commit 0e7a5dc8 authored by DailyShana's avatar DailyShana

fix

parent bf201703
......@@ -69,7 +69,7 @@ int main(int argc, char* argv[]) {
++i;
wchar_t param[128];
GetParameterW(param, &argv[i][0]);
ygo::mainGame->ebJoinIP->setText(param);
ygo::mainGame->ebJoinHost->setText(param);
continue;
} else if(!strcmp(argv[i], "-p")) { // host Port
++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