feat: load iw4 weapons from raw

This commit is contained in:
Jan
2024-04-02 23:33:53 +02:00
parent 2650669200
commit a1cf4ef30b
7 changed files with 581 additions and 118 deletions

View File

@ -199,6 +199,10 @@ namespace IW4
break;
}
case WFT_ANIM_NAME:
FillFromString(std::string(field.szName), field.iOffset);
break;
case WFT_NUM_FIELD_TYPES:
default:
assert(false);