diff --git a/Tactical/ShopKeeper Interface.cpp b/Tactical/ShopKeeper Interface.cpp index 88f797ba..dff1cbd1 100644 --- a/Tactical/ShopKeeper Interface.cpp +++ b/Tactical/ShopKeeper Interface.cpp @@ -796,7 +796,8 @@ UINT32 ShopKeeperScreenHandle() ButtonList[ guiSKI_DoneButton ]->uiFlags |= BUTTON_FORCE_UNDIRTY; } RenderButtons( ); - RenderItemDescriptionBox( ); + //CHRISL: If we put this function call here, we overwrite the bullet graphic. I don't know why. I just know it happens. +// RenderItemDescriptionBox( ); // render help SaveBackgroundRects( ); RenderButtonsFastHelp( );