Mercurial > parpg-source
diff gamescenecontroller.py @ 125:452bbc3d915d
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 | 7f7f54c4077b |
children | 055a14d72184 |
line wrap: on
line diff
--- a/gamescenecontroller.py Thu Oct 06 16:08:00 2011 +0200 +++ b/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.