Mercurial > mm7
comparison Viewport.cpp @ 2085:52abdea20b9e
Door_switch_animation
author | Ritor1 |
---|---|
date | Wed, 11 Dec 2013 23:12:54 +0600 |
parents | 7a9477135943 |
children | 3920278a2905 |
comparison
equal
deleted
inserted
replaced
2068:a290d9fbdc95 | 2085:52abdea20b9e |
---|---|
667 } | 667 } |
668 if ( PID_TYPE(v0) != OBJECT_BModel || HIWORD(v0) >= clickable_distance ) | 668 if ( PID_TYPE(v0) != OBJECT_BModel || HIWORD(v0) >= clickable_distance ) |
669 { | 669 { |
670 if ( !pParty->pPickedItem.uItemID ) | 670 if ( !pParty->pPickedItem.uItemID ) |
671 return; | 671 return; |
672 __debugbreak();//no checker | 672 //__debugbreak();//no checker |
673 v6 = 0; | 673 v6 = 0; |
674 a1.uType = pItemsTable->pItems[pParty->pPickedItem.uItemID].uSpriteID; | 674 a1.uType = pItemsTable->pItems[pParty->pPickedItem.uItemID].uSpriteID; |
675 if ( (signed int)pObjectList->uNumObjects <= 0 ) | 675 if ( (signed int)pObjectList->uNumObjects <= 0 ) |
676 LOWORD(v6) = 0; | 676 LOWORD(v6) = 0; |
677 else | 677 else |