Mercurial > parpg-core
diff src/parpg/gamescenecontroller.py @ 155:7214224b8d83
Fixed that items in the player characters inventory could not be dropped.
author | KarstenBock@gmx.net |
---|---|
date | Fri, 07 Oct 2011 14:15:06 +0200 |
parents | 6e1eb964a6e5 |
children | 65f8b83493d8 |
line wrap: on
line diff
--- a/src/parpg/gamescenecontroller.py Thu Oct 06 16:08:00 2011 +0200 +++ b/src/parpg/gamescenecontroller.py Fri Oct 07 14:15:06 2011 +0200 @@ -360,6 +360,7 @@ self.model.placeAgents(self) self.model.placePC(self) + self.model.updateObjectDB(self) self.model.map_change = False # The PlayerCharacter has an inventory, and also some # filling of the ready slots in the HUD.