Changed inventory graphics update from synchronous to lazy.

svn-id: r27975
This commit is contained in:
Nicola Mettifogo 2007-07-08 20:15:43 +00:00
parent d1b9002bb0
commit a641ee4fbe
5 changed files with 24 additions and 40 deletions

View file

@ -166,8 +166,6 @@ void Parallaction::doLoadGame(uint16 slot) {
// freeTable(_objectsNames);
// initTable(filename, _objectsNames);
// refreshInventory(_vm->_characterName);
// parseLocation("common");
// force reload of character to solve inventory
@ -238,11 +236,7 @@ void Parallaction::doSaveGame(uint16 slot, const char* name) {
delete f;
refreshInventory();
return;
}
enum {