This commit is contained in:
Glenn Maynard
2005-02-17 00:44:26 +00:00
parent 8a62baa1d1
commit d6b13fb134
+1 -1
View File
@@ -151,7 +151,7 @@ CString LuaData::Serialize() const
void LuaData::LoadFromString( const CString &s )
{
/* Restore the serialized data by evaluating the serialized data. */
/* Restore the serialized data by evaluating it. */
CString sError;
if( !LUA->RunScript( s, "serialization", sError, 1 ) )
{