mirror of
https://github.com/SWG-Source/src.git
synced 2026-09-11 23:45:01 -04:00
Added missing this->
This commit is contained in:
@@ -1012,12 +1012,12 @@ inline void StructParam<SP>::loadFromIff(Iff &file)
|
||||
// we need to enter a fake chunk because whoever called this
|
||||
// function assumes we are still in a chunk
|
||||
file.enterChunk();
|
||||
setValue(structTemplate);
|
||||
this->setValue(structTemplate);
|
||||
this->m_loaded = true;
|
||||
}
|
||||
break;
|
||||
case TemplateBase<SP *, SP *>::WEIGHTED_LIST:
|
||||
setValue(new typename TemplateBase<SP *, SP *>::WeightedList);
|
||||
this->setValue(new typename TemplateBase<SP *, SP *>::WeightedList);
|
||||
this->loadWeightedListFromIff(file);
|
||||
break;
|
||||
case TemplateBase<SP *, SP *>::NONE:
|
||||
|
||||
Reference in New Issue
Block a user