~rawrmage/saiph/rawrmage

« back to all changes in this revision

Viewing changes to src/Inventory.cpp

  • Committer: Vidar Wahlberg
  • Date: 2011-10-30 18:57:54 UTC
  • Revision ID: git-v1:4bdefbe95be75a26313ace035cc55f0e45e2e615
got rid of some warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
                                continue;
107
107
                        }
108
108
                        unsigned char key = messages[pos - 1];
109
 
                        map<unsigned char, Item>::iterator i = _items.find(key);
110
109
                        addItem(key, item);
111
110
                        /* add item to changed.keys */
112
111
                        received.addItem(key, item);