changeset 622 | cedd47d956ec |
parent 616 | 00928b3cf505 |
child 660 | 7c155e849602 |
--- a/QTfrontend/game.cpp Sat Oct 20 17:27:06 2007 +0000 +++ b/QTfrontend/game.cpp Sun Oct 21 15:39:21 2007 +0000 @@ -132,7 +132,7 @@ HWProto::addStringListToBuffer(teamscfg, team1.TeamGameConfig(100)); - QFile file(datadir->absolutePath() + "/Trainings/001_Shotgun.txt"); + QFile file(datadir->absolutePath() + "/Trainings/002_Bazooka.txt"); if(!file.open(QFile::ReadOnly)) { emit ErrorMessage(tr("Error reading training config file"));