iw6-scripts/maps/createart/mp_conflict_art.gsc
2024-02-13 13:20:49 +01:00

10 lines
211 B
Plaintext

// IW6 GSC SOURCE
// Generated by https://github.com/xensik/gsc-tool
main()
{
level.tweakfile = 1;
level.parse_fog_func = maps\createart\mp_conflict_fog::main;
visionsetnaked( "mp_conflict", 0 );
}