X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Floader%2FParsedSource.cpp;h=9d0f597e3d7c10ca0328586d8941f1f29ac48ff6;hb=4b3deb01b66307f5025938538d27e6ad86cfea13;hp=75d7efbc1bfa2dbc49ff404a89245dcb7fee2382;hpb=af9e0b57dac45dc5591f16fb34236b1356cda8a2;p=l2e.git diff --git a/src/loader/ParsedSource.cpp b/src/loader/ParsedSource.cpp index 75d7efb..9d0f597 100644 --- a/src/loader/ParsedSource.cpp +++ b/src/loader/ParsedSource.cpp @@ -98,7 +98,17 @@ Literal::Literal(const vector &v) , i1(0), i2(0) , i3(0), i4(0) , b(false) -, type(ARRAY) { +, type(ARRAY_VALUES) { + +} + +Literal::Literal(const std::vector &pls) +: props(0) +, propertyLists(pls) +, i1(0), i2(0) +, i3(0), i4(0) +, b(false) +, type(ARRAY_PROPS) { }