func_plat: fix typo in ::Restore method, thanks heartologic for spotting

This commit is contained in:
Marco Cawthorne 2022-08-22 08:32:12 -07:00
parent fcf846dee0
commit 3ae65d41b7
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 1 deletions

View File

@ -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":