changeset 2584 | cc049fbb65ef |
parent 2583 | f8da275981e5 |
child 2594 | 0047e16dbacb |
--- a/tools/MissionsEditor/editor.cpp Sun Oct 25 12:19:47 2009 +0000 +++ b/tools/MissionsEditor/editor.cpp Sun Oct 25 12:40:47 2009 +0000 @@ -55,6 +55,12 @@ if (line.startsWith("seed")) ui->leSeed->setText(line.mid(5)); else + if (line.startsWith("map")) + ui->leMap->setText(line.mid(4)); + else + if (line.startsWith("theme")) + ui->leTheme->setText(line.mid(6)); + else if (line.startsWith("$turntime")) ui->sbTurnTime->setValue(line.mid(10).toInt()); else