equal
deleted
inserted
replaced
228 arguments << resolutions[1][vid_Resolution]; |
228 arguments << resolutions[1][vid_Resolution]; |
229 arguments << GetThemeBySeed(); |
229 arguments << GetThemeBySeed(); |
230 arguments << "46631"; |
230 arguments << "46631"; |
231 arguments << seed; |
231 arguments << seed; |
232 arguments << (vid_Fullscreen ? "1" : "0"); |
232 arguments << (vid_Fullscreen ? "1" : "0"); |
233 process->start("./hw", arguments); |
233 process->start("./hwengine", arguments); |
234 } |
234 } |
235 |
235 |
236 void HWGame::AddTeam(const QString & teamname) |
236 void HWGame::AddTeam(const QString & teamname) |
237 { |
237 { |
238 if (TeamCount == 5) return; |
238 if (TeamCount == 5) return; |