Mercurial > mm7
comparison Chest.cpp @ 2057:b7485a6502f2
AgressorAtackInfo
author | Ritor1 |
---|---|
date | Sun, 01 Dec 2013 20:13:48 +0600 |
parents | 28cb79ae2f6f |
children | d28d3c006077 |
comparison
equal
deleted
inserted
replaced
2054:62a27b2cfcc2 | 2057:b7485a6502f2 |
---|---|
415 if ( Chest::CanPlaceItemAt(_i, v4->uItemID, pChestWindow->par1C) ) | 415 if ( Chest::CanPlaceItemAt(_i, v4->uItemID, pChestWindow->par1C) ) |
416 { | 416 { |
417 v21 = _i; | 417 v21 = _i; |
418 } | 418 } |
419 } | 419 } |
420 if ( v22 == v5 ) | 420 if ( v21 == v5 ) |
421 { | 421 { |
422 if ( uActiveCharacter ) | 422 if ( uActiveCharacter ) |
423 pPlayers[uActiveCharacter]->PlaySound(SPEECH_NoRoom, 0); | 423 pPlayers[uActiveCharacter]->PlaySound(SPEECH_NoRoom, 0); |
424 return 0; | 424 return 0; |
425 } | 425 } |