X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Finventory.h;h=6c84f5fd12ac7f734cfed949397ae7efbf56561d;hb=f2fd4432625ee5cf0380bdd006cd1f15d053b12f;hp=fbf995fab3af3727461322ba52077177907b35f5;hpb=2db6b07de1e45c56f6135363939dbb3781336514;p=dragonfireclient.git diff --git a/src/inventory.h b/src/inventory.h index fbf995fab..6c84f5fd1 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -298,7 +298,7 @@ class Inventory void serialize(std::ostream &os, bool incremental = false) const; void deSerialize(std::istream &is); - // Adds a new list or clears and resizes an existing one + // Creates a new list if none exists or truncates existing lists InventoryList * addList(const std::string &name, u32 size); InventoryList * getList(const std::string &name); const InventoryList * getList(const std::string &name) const;