'IScripted': base class undefined -
|
class CScriptedEnt : public CBaseEntity, public IScripted |
and
https://github.com/MSRevive/MasterSwordRebirth/blob/
'return': cannot convert from 'CScriptedEnt *' to 'IScripted *' -
|
class IScripted *GetScripted() { return this; } |
Probably merged this #299 a little to soon, but oh well.
'IScripted': base class undefined-MasterSwordRebirth/src/game/server/hl/cbase.h
Line 621 in ffa2dc0
'return': cannot convert from 'CScriptedEnt *' to 'IScripted *'-MasterSwordRebirth/src/game/server/hl/cbase.h
Line 624 in ffa2dc0
Probably merged this #299 a little to soon, but oh well.