git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3504 c06c8d41-db1a-0410-9941-cceddc491573
UUF2MSD5MZSKPFENQNJA4QSXVTSEVME43FIY5BE2TDJQ3O3RYHKAC
SDLKLUNFGVKDS55DDJZCBAVIB7NL3RRYPTACAY65SCUQKV6APFSAC
void draw_stock_item(int index, const MenuEntry *me) const { // Skip inventory draw function, as tiles code can't currently // handle drawing items that aren't in mitm or in inventory. Menu::draw_stock_item(index, me); }
void draw_stock_item(int index, const MenuEntry *me) const
{
// Skip inventory draw function, as tiles code can't currently
// handle drawing items that aren't in mitm or in inventory.
Menu::draw_stock_item(index, me);
}