Skip to content

Commit

Permalink
Added precache for props on c4m5
Browse files Browse the repository at this point in the history
  • Loading branch information
shqke committed Sep 26, 2021
1 parent 6dcc291 commit 68e74eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions root/scripts/vscripts/community/maps/c4m5_milltown_escape.nut
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ devchap( "ALL MODES" );

PrecacheModel( "models/props_interiors/concretepillar01_dm_base.mdl" );
PrecacheModel( "models/props_interiors/concretepillar01.mdl" );
PrecacheModel( "models/props_interiors/concretepiller01_dm01.mdl" );
PrecacheModel( "models/props_interiors/concretepiller01_dm01_1.mdl" );
PrecacheModel( "models/props_interiors/concretepiller01_dm01_2.mdl" );
PrecacheModel( "models/props_interiors/concretepiller01_dm01_3.mdl" );
PrecacheModel( "models/props_interiors/concretepiller01_dm01_4.mdl" );

function DoRoundFixes()
{
Expand Down

0 comments on commit 68e74eb

Please sign in to comment.