Minor bug fixes

This was SVN commit r1223.
This commit is contained in:
Ykkrosh
2004-10-07 20:02:58 +00:00
parent 3469e90636
commit 53719430d1
2 changed files with 4 additions and 4 deletions
@@ -106,7 +106,7 @@ JSBool JSI_Entity::construct( JSContext* cx, JSObject* obj, unsigned int argc, j
if( !baseEntity )
{
*rval = JSVAL_NULL;
JS_ReportError( cx, "No such template: %ls", CStr8(templateName).c_str() );
JS_ReportError( cx, "No such template: %s", CStr8(templateName).c_str() );
return( JS_TRUE );
}
JSI_Vector3D::Vector3D_Info* jsVector3D = NULL;