cod5-sdk/raw/maps/ber2b_anim.gsc
2008-11-20 00:00:00 +00:00

17 lines
No EOL
305 B
Text

//
// 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();
}