diff -r 09738170c557 -r afa378f1e961 QTfrontend/game.cpp --- a/QTfrontend/game.cpp Thu Dec 07 21:24:58 2006 +0000 +++ b/QTfrontend/game.cpp Fri Dec 08 21:14:52 2006 +0000 @@ -189,7 +189,7 @@ arguments << resolutions[0][config->vid_Resolution()]; arguments << resolutions[1][config->vid_Resolution()]; arguments << "16"; - arguments << "46631"; + arguments << QString("%1").arg(ipc_port); arguments << (config->vid_Fullscreen() ? "1" : "0"); arguments << (config->isSoundEnabled() ? "1" : "0"); arguments << tr("en.txt");