Merge branch 'master' from mac
This commit is contained in:
@@ -59,13 +59,11 @@ void cSpecial::append(legacy::special_node_type& old){
|
|||||||
// Now apply any needed conversions.
|
// Now apply any needed conversions.
|
||||||
switch(old.type) {
|
switch(old.type) {
|
||||||
case 55: case 58: case 189: // Large dialogs with 36x36 dialog graphics
|
case 55: case 58: case 189: // Large dialogs with 36x36 dialog graphics
|
||||||
pic -= 700;
|
|
||||||
pictype = PIC_DLOG;
|
pictype = PIC_DLOG;
|
||||||
m3 = m2;
|
m3 = m2;
|
||||||
m2 = -1;
|
m2 = -1;
|
||||||
break;
|
break;
|
||||||
case 57: case 60: // Large dialogs with monster graphics
|
case 57: case 60: // Large dialogs with monster graphics
|
||||||
pic -= 400;
|
|
||||||
pictype = PIC_MONST;
|
pictype = PIC_MONST;
|
||||||
m3 = m2;
|
m3 = m2;
|
||||||
m2 = -1;
|
m2 = -1;
|
||||||
|
Reference in New Issue
Block a user