diff -r 34ba1d8e0e9a -r eb8e8b09b2f0 QTfrontend/model/ammoSchemeModel.cpp --- a/QTfrontend/model/ammoSchemeModel.cpp Wed Jan 01 13:42:38 2014 +0400 +++ b/QTfrontend/model/ammoSchemeModel.cpp Wed Jan 01 14:16:01 2014 +0400 @@ -65,6 +65,7 @@ << QVariant(100) // rope modfier 39 << QVariant(100) // get away time 40 << QVariant(0) // world edge 41 + << QVariant() // scriptparam 42 ; AmmoSchemeModel::AmmoSchemeModel(QObject* parent, const QString & fileName) : @@ -130,6 +131,7 @@ << "ropepct" // 39 << "getawaytime" // 40 << "worldedge" // 41 + << "scriptparam" // scriptparam 42 ; QList proMode; @@ -176,6 +178,7 @@ << QVariant(100) // rope modfier 39 << QVariant(100) // get away time 40 << QVariant(0) // world edge 41 + << QVariant() // scriptparam 42 ; QList shoppa; @@ -222,6 +225,7 @@ << QVariant(100) // rope modfier 39 << QVariant(100) // get away time 40 << QVariant(0) // world edge 41 + << QVariant() // scriptparam 42 ; QList cleanslate; @@ -268,6 +272,7 @@ << QVariant(100) // rope modfier 39 << QVariant(100) // get away time 40 << QVariant(0) // world edge 41 + << QVariant() // scriptparam 42 ; QList minefield; @@ -314,6 +319,7 @@ << QVariant(100) // rope modfier 39 << QVariant(100) // get away time 40 << QVariant(0) // world edge 41 + << QVariant() // scriptparam 42 ; QList barrelmayhem; @@ -360,6 +366,7 @@ << QVariant(100) // rope modfier 39 << QVariant(100) // get away time 40 << QVariant(0) // world edge 41 + << QVariant() // scriptparam 42 ; QList tunnelhogs; @@ -406,6 +413,7 @@ << QVariant(100) // rope modfier 39 << QVariant(100) // get away time 40 << QVariant(0) // world edge 41 + << QVariant() // scriptparam 42 ; QList forts; @@ -452,6 +460,7 @@ << QVariant(100) // rope modfier 39 << QVariant(100) // get away time 40 << QVariant(0) // world edge 41 + << QVariant() // scriptparam 42 ; QList timeless; @@ -498,6 +507,7 @@ << QVariant(100) // rope modfier 39 << QVariant(100) // get away time 40 << QVariant(0) // world edge 41 + << QVariant() // scriptparam 42 ; QList thinkingportals; @@ -544,6 +554,7 @@ << QVariant(100) // rope modfier 39 << QVariant(100) // get away time 40 << QVariant(0) // world edge 41 + << QVariant() // scriptparam 42 ; QList kingmode; @@ -590,6 +601,7 @@ << QVariant(100) // rope modfier 39 << QVariant(100) // get away time 40 << QVariant(0) // world edge 41 + << QVariant() // scriptparam 42 ;