| 120 | } |
| 121 | |
| 122 | void EntityDescription::AddScriptParams(EntityDescriptionFieldType type, const ScriptParamMap& val) { |
| 123 | AddType(type); |
| 124 | WriteScriptParamsToRAM(val, fields.back().data); |
| 125 | } |
| 126 | |
| 127 | void EntityDescription::AddPalette(EntityDescriptionFieldType type, const OGPalette& val) { |
| 128 | AddType(type); |
no test coverage detected