fix some names in ItemCreator

This commit is contained in:
Martin Michelsen
2023-03-30 09:39:21 -07:00
parent dd1c5a2d0c
commit 2ed6427773
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ void ItemData::clear_mag_stats() {
void ItemData::set_unidentified_or_present_flag(uint16_t v) {
void ItemData::set_sealed_item_kill_count(uint16_t v) {
this->data1[10] = (v >> 8) | 0x80;
this->data1[11] = v;
}