|
|
@ -94,8 +94,8 @@ protected function AssociativeArray ToData() |
|
|
|
|
|
|
|
|
|
|
|
protected function FromData(AssociativeArray source) |
|
|
|
protected function FromData(AssociativeArray source) |
|
|
|
{ |
|
|
|
{ |
|
|
|
local int i; |
|
|
|
local int i; |
|
|
|
local Text nextText; |
|
|
|
local Text nextText; |
|
|
|
local DynamicArray includeFeatureAsSource; |
|
|
|
local DynamicArray includeFeatureAsSource; |
|
|
|
if (source == none) { |
|
|
|
if (source == none) { |
|
|
|
return; |
|
|
|
return; |
|
|
|