Fixed several warnings and a little cleanup.

This commit is contained in:
Rumble 2013-10-20 19:01:57 -05:00
parent 5986794156
commit 55253bdf61
6 changed files with 17 additions and 31 deletions

View file

@ -354,10 +354,8 @@ static void sedit_no_trade_menu(struct descriptor_data *d)
static void sedit_types_menu(struct descriptor_data *d)
{
struct shop_data *shop;
int i, count = 0;
shop = OLC_SHOP(d);
get_char_colors(d->character);
clear_screen(d);