equal
deleted
inserted
replaced
349 } |
349 } |
350 if (param == "SCRIPT") { |
350 if (param == "SCRIPT") { |
351 Scripts->setCurrentIndex(Scripts->findText(value)); |
351 Scripts->setCurrentIndex(Scripts->findText(value)); |
352 return; |
352 return; |
353 } |
353 } |
|
354 if (param == "DRAWNMAP") { |
|
355 pMapContainer->setDrawnMapData(qUncompress(QByteArray::fromBase64(slValue[0].toLatin1()))); |
|
356 return; |
|
357 } |
354 } |
358 } |
355 |
359 |
356 if (slValue.size() == 2) |
360 if (slValue.size() == 2) |
357 { |
361 { |
358 if (param == "AMMO") { |
362 if (param == "AMMO") { |