rename DC_V1_11_2000_PROTOTYPE to DC_11_2000

This commit is contained in:
Martin Michelsen
2025-01-01 20:58:28 -08:00
parent 0862b01770
commit 8508607c87
27 changed files with 171 additions and 150 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ ItemParameterTable::ItemParameterTable(shared_ptr<const string> data, Version ve
// TODO: Check if first_rare_mag_index is the same on this version
break;
}
case Version::DC_V1_11_2000_PROTOTYPE: {
case Version::DC_11_2000: {
this->offsets_dc_protos = &this->r.pget<TableOffsetsDCProtos>(offset_table_offset);
this->num_weapon_classes = 0x27;
this->num_tool_classes = 0x0E;