fixed return create_entity(szClassname[])

This commit is contained in:
Johnny Bergström 2004-03-08 08:36:23 +00:00
parent 08b3491f52
commit 913b72451d

View File

@ -49,7 +49,7 @@ stock Entvars_Set_Byte(iIndex, iVariable, iNewValue)
return entity_set_byte(iIndex, iVariable, iNewValue)
stock CreateEntity(szClassname[])
return create_entity(szClassname[])
return create_entity(szClassname)
stock ENT_SetModel(iIndex, szModel[])
return entity_set_model(iIndex, szModel)