equal
deleted
inserted
replaced
255 arguments << "16"; |
255 arguments << "16"; |
256 arguments << "46631"; |
256 arguments << "46631"; |
257 arguments << (config->vid_Fullscreen() ? "1" : "0"); |
257 arguments << (config->vid_Fullscreen() ? "1" : "0"); |
258 arguments << (config->isSoundEnabled() ? "1" : "0"); |
258 arguments << (config->isSoundEnabled() ? "1" : "0"); |
259 arguments << tr("en.txt"); |
259 arguments << tr("en.txt"); |
|
260 arguments << "128"; |
260 process->start(bindir->absolutePath() + "/hwengine", arguments); |
261 process->start(bindir->absolutePath() + "/hwengine", arguments); |
261 } |
262 } |
262 |
263 |
263 void HWGame::StartProcessError(QProcess::ProcessError error) |
264 void HWGame::StartProcessError(QProcess::ProcessError error) |
264 { |
265 { |