func_plat: fix typo in ::Restore method, thanks heartologic for spotting
This commit is contained in:
parent
fcf846dee0
commit
3ae65d41b7
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ func_plat::Restore(string strKey, string strValue)
|
|||
case "state":
|
||||
m_iState = ReadInt(strValue);
|
||||
break;
|
||||
case "spped":
|
||||
case "speed":
|
||||
m_flSpeed = ReadFloat(strValue);
|
||||
break;
|
||||
case "height":
|
||||
|
|
Loading…
Reference in a new issue