NSMoverEntity: fix mistake that prevents spawn values from being read properly
This commit is contained in:
parent
7420df0ec6
commit
7d37cc228c
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ NSMoverEntity::SpawnKey(string strKey, string strValue)
|
||||||
m_bUseMoveDir = true;
|
m_bUseMoveDir = true;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
super::Restore(strKey, strValue);
|
super::SpawnKey(strKey, strValue);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue