Mercurial > mm7
comparison 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 |
comparison
equal
deleted
inserted
replaced
1684:f84b8b2a875c | 1685:2a309997c42f |
---|---|
3050 continue; | 3050 continue; |
3051 } | 3051 } |
3052 OnChestLeftClick(); | 3052 OnChestLeftClick(); |
3053 continue; | 3053 continue; |
3054 case UIMSG_InventoryLeftClick: | 3054 case UIMSG_InventoryLeftClick: |
3055 OnInventoryLeftClick(); | 3055 pPlayers[uActiveCharacter]->OnInventoryLeftClick(); |
3056 continue; | 3056 continue; |
3057 case UIMSG_MouseLeftClickInGame: | 3057 case UIMSG_MouseLeftClickInGame: |
3058 if ( !pRenderer->pRenderD3D ) | 3058 if ( !pRenderer->pRenderD3D ) |
3059 { | 3059 { |
3060 if ( pMessageQueue_50CBD0->uNumMessages ) | 3060 if ( pMessageQueue_50CBD0->uNumMessages ) |