Mercurial > mm7
diff mm7_5.cpp @ 1685:2a309997c42f
Player::StealFromShop started cleanup, fixing a few errors caused by not commiting everything
author | Grumpy7 |
---|---|
date | Sat, 21 Sep 2013 12:38:43 +0200 |
parents | 96d567a7d15f |
children | 5f01f1ed97f4 |
line wrap: on
line diff
--- a/mm7_5.cpp Fri Sep 20 10:51:42 2013 +0200 +++ b/mm7_5.cpp Sat Sep 21 12:38:43 2013 +0200 @@ -3052,7 +3052,7 @@ OnChestLeftClick(); continue; case UIMSG_InventoryLeftClick: - OnInventoryLeftClick(); + pPlayers[uActiveCharacter]->OnInventoryLeftClick(); continue; case UIMSG_MouseLeftClickInGame: if ( !pRenderer->pRenderD3D )