mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-13 05:51:19 +00:00
Fix ScriptEntityCancel (#395)
This commit is contained in:
parent
ab08f27423
commit
1685a691aa
@ -622,8 +622,8 @@ void ScriptEntityCancel( edict_t *pentCine )
|
||||
// make sure they are a scripted_sequence
|
||||
if (FClassnameIs( pentCine, "scripted_sequence" ) || FClassnameIs( pentCine, "scripted_action" ))
|
||||
{
|
||||
((CCineMonster *)VARS(pentCine))->m_iState = STATE_OFF;
|
||||
CCineMonster *pCineTarget = GetClassPtr( (CCineMonster *)VARS( pentCine ) );
|
||||
pCineTarget->m_iState = STATE_OFF;
|
||||
|
||||
// make sure they have a monster in mind for the script
|
||||
CBaseEntity *pEntity = pCineTarget->m_hTargetEnt;
|
||||
|
Loading…
x
Reference in New Issue
Block a user