QTfrontend/game.cpp
changeset 174 0b2c5b22f644
parent 172 5294ada3910b
child 177 c67c15e6fae3
--- a/QTfrontend/game.cpp	Tue Sep 26 20:25:42 2006 +0000
+++ b/QTfrontend/game.cpp	Wed Sep 27 20:13:29 2006 +0000
@@ -257,6 +257,7 @@
 	arguments << (config->vid_Fullscreen() ? "1" : "0");
 	arguments << (config->isSoundEnabled() ? "1" : "0");
 	arguments << tr("en.txt");
+	arguments << "128";
 	process->start(bindir->absolutePath() + "/hwengine", arguments);
 }