diff --git a/iw4x/iw4x_00/html/img/background_default.png b/iw4x/html/img/background_default.png similarity index 100% rename from iw4x/iw4x_00/html/img/background_default.png rename to iw4x/html/img/background_default.png diff --git a/iw4x/iw4x_00/html/index.html b/iw4x/html/index.html similarity index 100% rename from iw4x/iw4x_00/html/index.html rename to iw4x/html/index.html diff --git a/iw4x/iw4x_00/html/script.js b/iw4x/html/script.js similarity index 100% rename from iw4x/iw4x_00/html/script.js rename to iw4x/html/script.js diff --git a/iw4x/iw4x_00/html/style.css b/iw4x/html/style.css similarity index 100% rename from iw4x/iw4x_00/html/style.css rename to iw4x/html/style.css diff --git a/iw4x/iw4x_00/maps/animated_models/foliage_tree_palm_bushy_3.gsc b/iw4x/iw4x_00/maps/animated_models/foliage_tree_palm_bushy_3.gsc deleted file mode 100644 index c67ad3f..0000000 --- a/iw4x/iw4x_00/maps/animated_models/foliage_tree_palm_bushy_3.gsc +++ /dev/null @@ -1,12 +0,0 @@ -#include common_scripts\utility; - -#using_animtree( "animated_props" ); -main() -{ - if( !isdefined ( level.anim_prop_models ) ) - level.anim_prop_models = []; - - model = "foliage_tree_palm_bushy_3"; - - level.anim_prop_models[ model ] = "palmtree_tall3_sway_tropical"; -} \ No newline at end of file