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

16 lines
277 B
Text

//
// file: rhi2_anim.gsc
// description: animation script for rhineland2
// scripter: slayback
//
#include maps\_utility;
#include maps\_anim;
#using_animtree ("generic_human");
main()
{
// animations needed for util/anim scripts
maps\_mganim::main();
}