Fix teleport.

This commit is contained in:
Night Owl 2017-01-06 21:28:37 +05:00
parent fe84787244
commit 3f001dc06b

View File

@ -2170,7 +2170,7 @@ void CTriggerTeleportDest::Spawn( void )
UTIL_SetOrigin( pev, pev->origin );
}
LINK_ENTITY_TO_CLASS( info_teleport_destination, CPointEntity )
LINK_ENTITY_TO_CLASS( info_teleport_destination, CTriggerTeleportDest )
class CTriggerSave : public CBaseTrigger
{