cod5-sdk/raw/maps/ber2b_anim.gsc

17 lines
305 B
Text
Raw Normal View History

2008-11-20 00:00:00 +00:00
//
// file: ber2b_anim.gsc
// description: animation setup script for berlin2b
// scripter: slayback
//
#include maps\_utility;
#include maps\_anim;
#include maps\ber2_util;
#using_animtree ("generic_human");
main()
{
// animations needed for util/anim scripts
maps\_mganim::main();
}