mirror of
https://github.com/1dot13/source.git
synced 2026-08-26 14:30:26 +02:00
- fixed Ctrl+M not moving items from/to the roof
- fixed Ctrl+S, Ctrl+F, Ctrl+M, Ctrl+R affect not visible items git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@1078 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -474,7 +474,7 @@ void HandleDelayedItemsArrival( UINT32 uiReason )
|
||||
{
|
||||
// sector is loaded!
|
||||
// just move the hidden item pool
|
||||
MoveItemPools( sStartGridNo, BOBBYR_SHIPPING_DEST_GRIDNO );
|
||||
MoveItemPools( sStartGridNo, BOBBYR_SHIPPING_DEST_GRIDNO, 0, 0 );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user