diff --git a/packages/styles/oldAp/items/angled_pan/vbsp_config.cfg b/packages/styles/oldAp/items/angled_pan/vbsp_config.cfg index 0e1c8d2d64..7a59a296a2 100644 --- a/packages/styles/oldAp/items/angled_pan/vbsp_config.cfg +++ b/packages/styles/oldAp/items/angled_pan/vbsp_config.cfg @@ -30,7 +30,7 @@ { "Flag" "instvar" - "animation ramp_30_deg_open" + "$animation ramp_30_deg_open" { "ChangeInstance" "instances/BEE2/%DECADE%/static_panel/30_surf.vmf" "SetPanelOptions" @@ -45,7 +45,7 @@ } } } - "animation ramp_45_deg_open" + "$animation ramp_45_deg_open" { "ChangeInstance" "instances/BEE2/%DECADE%/static_panel/45_surf.vmf" "SetPanelOptions" @@ -60,7 +60,7 @@ } } } - "animation ramp_60_deg_open" + "$animation ramp_60_deg_open" { "ChangeInstance" "instances/BEE2/%DECADE%/static_panel/60_surf.vmf" "SetPanelOptions" @@ -75,7 +75,7 @@ } } } - "animation ramp_90_deg_open" + "$animation ramp_90_deg_open" { "ChangeInstance" "instances/BEE2/%DECADE%/static_panel/90_surf.vmf" // Transfer all the tiledefs from the floor to the vertical position. diff --git a/packages/styles/oldAp/items/glass_pan_80s.cfg b/packages/styles/oldAp/items/glass_pan_80s.cfg index 20b09d67f1..d7ea594eb6 100644 --- a/packages/styles/oldAp/items/glass_pan_80s.cfg +++ b/packages/styles/oldAp/items/glass_pan_80s.cfg @@ -17,19 +17,19 @@ { "Flag" "instvar" - "animation ramp_30_deg_open" + "$animation ramp_30_deg_open" { "ChangeInstance" "" } - "animation ramp_45_deg_open" + "$animation ramp_45_deg_open" { "ChangeInstance" "" } - "animation ramp_60_deg_open" + "$animation ramp_60_deg_open" { "ChangeInstance" "" } - "animation ramp_90_deg_open" + "$animation ramp_90_deg_open" { "ChangeInstance" "" } @@ -37,10 +37,7 @@ } "Else" // Dynamic panel. { - "AddOverlay" - { - "file" "" - } + "AddOverlay" "" } } }