mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-13 05:51:19 +00:00
Fix teleport.
This commit is contained in:
parent
fe84787244
commit
3f001dc06b
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user