Add the original crystal soul monster graphics as terrain graphics

- This is including the floor background; they're still available background-free as monster graphics, too.
This commit is contained in:
2015-07-28 21:38:23 -04:00
parent c3c5249227
commit 7655e5cc81
2 changed files with 1 additions and 1 deletions

View File

@@ -161,7 +161,7 @@ pic_num_t choose_graphic(short cur_choice,ePicType g_type,cDialog* parent) {
size_t total_pics = 0;
cPictChoice* pic_dlg = nullptr;
switch(g_type + PIC_PRESET) {
case PIC_TER: total_pics = 246; break;
case PIC_TER: total_pics = 250; break;
case PIC_TER_ANIM: total_pics = 16; break;
case PIC_DLOG: total_pics = 44; break;
case PIC_TALK: total_pics = 84; break;