NSMoverEntity: fix mistake that prevents spawn values from being read properly

This commit is contained in:
Marco Cawthorne 2023-09-28 18:37:08 -07:00
parent 7420df0ec6
commit 7d37cc228c
Signed by: eukara
GPG key ID: CE2032F0A2882A22

View file

@ -37,7 +37,7 @@ NSMoverEntity::SpawnKey(string strKey, string strValue)
m_bUseMoveDir = true;
break;
default:
super::Restore(strKey, strValue);
super::SpawnKey(strKey, strValue);
}
}