Holding a two handed item, the second hand graphic is not remove in map inventory.

Issue #63 resolved
Oliver Jankowski created an issue

If a merc holds a two handed item, the second hand graphic should be removed in the inventory. It works in the

The second hand graphic is not removed tactial isometric map but not in the strategical overview map.

Fix: Interface:Item.cc, line 803 f.

BltVideoObject(guiSAVEBUFFER, guiMapInvSecondHandBlockout, 0, STD_SCREEN_X + 12, STD_SCREEN_Y + 218); RestoreExternBackgroundRect(STD_SCREEN_X + 12, STD_SCREEN_Y + 218, 102, 24);

Comments (2)

  1. Log in to comment