some stuff

This commit is contained in:
2026-03-05 21:25:59 +02:00
parent 2da75ebdd8
commit 99f68e655f
41 changed files with 706 additions and 324 deletions

View File

@@ -9,6 +9,7 @@ void CPhysicsProp::Precache()
void CPhysicsProp::Spawn()
{
CBaseEntity::Spawn();
SetThink(Think);
}