Valve: Give monster_barney a name

This commit is contained in:
Marco Cawthorne 2020-03-26 07:02:58 +01:00
parent e3fc42501d
commit 7ea6f8246c

View file

@ -473,6 +473,7 @@ void monster_barney::monster_barney(void)
}
model = "models/barney.mdl";
netname = "Barney";
CBaseEntity::CBaseEntity();
precache_model(m_oldModel);
Respawn();