New preset item graphics by ADoS

- Also a new ship graphic which is currently unused.
This commit is contained in:
2015-07-28 09:56:29 -04:00
parent 4d16cc7908
commit c3c5249227
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@@ -166,7 +166,7 @@ pic_num_t choose_graphic(short cur_choice,ePicType g_type,cDialog* parent) {
case PIC_DLOG: total_pics = 44; break;
case PIC_TALK: total_pics = 84; break;
case PIC_SCEN: total_pics = 30; break;
case PIC_ITEM: case PIC_TINY_ITEM: total_pics = 134; break;
case PIC_ITEM: case PIC_TINY_ITEM: total_pics = 139; break;
// TODO: Include small monster graphics in the PC pic picker
case PIC_PC: total_pics = 36; break;
case PIC_FIELD: all_pics = field_pics; break;