Merge remote-tracking branch 'Paril/type-cleanup' into brushbsp
This commit is contained in:
commit
d04c90c883
|
|
@ -1374,6 +1374,9 @@ static void ParseTextureDef(parser_t &parser, mapface_t &mapface, const mapbrush
|
||||||
if (!extinfo.info) {
|
if (!extinfo.info) {
|
||||||
extinfo.info = extended_texinfo_t{};
|
extinfo.info = extended_texinfo_t{};
|
||||||
}
|
}
|
||||||
|
extinfo.info->value = wal->value;
|
||||||
|
extinfo.info->flags = wal->flags;
|
||||||
|
extinfo.info->contents = wal->contents;
|
||||||
extinfo.info->animation = wal->animation;
|
extinfo.info->animation = wal->animation;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue