Archive name_index

This commit is contained in:
smallmodel 2024-02-21 20:59:41 +01:00
parent 6eb20a3524
commit 9d61993878
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -67,6 +67,7 @@ inline void Ammo::Archive(Archiver& arc)
arc.ArchiveInteger(&amount);
arc.ArchiveInteger(&maxamount);
arc.ArchiveString(&name);
arc.ArchiveInteger(&name_index);
//
// name_index not archived, because it is auto-generated by gi.itemindex
//