* Fix AcceptEntityInput on 64 bit by using struct from SDK instead of pointer math. * Fix from Malifox. Not sure what it does but it is supposedly related to the AcceptEntityInput crash. * Fix episode1 and darkm sdk paths
subject is created with strdup which should be freed with C free and not C++ delete
Correctly forward the validated parameter within CPlayer::GetSteamAccountID.