Fix forgotten conversion of monster graphic

This commit is contained in:
2015-06-23 19:49:33 -04:00
parent dcca4d30be
commit 83dc55f5dd

View File

@@ -68,6 +68,7 @@ void cSpecial::append(legacy::special_node_type& old){
case 57: case 60: // Large dialogs with monster graphics
if(pic >= 400 && pic < 1000)
pic -= 400;
if(pic == 122) pic = 119;
pictype = PIC_MONST;
m3 = m2;
m2 = -1;