Fix dialog pics being overconverted from legacy scenarios

This commit is contained in:
2015-06-19 19:00:20 -04:00
parent 9d74f78df3
commit 54224b10a3

View File

@@ -59,13 +59,11 @@ void cSpecial::append(legacy::special_node_type& old){
// Now apply any needed conversions.
switch(old.type) {
case 55: case 58: case 189: // Large dialogs with 36x36 dialog graphics
pic -= 700;
pictype = PIC_DLOG;
m3 = m2;
m2 = -1;
break;
case 57: case 60: // Large dialogs with monster graphics
pic -= 400;
pictype = PIC_MONST;
m3 = m2;
m2 = -1;