Files
IL-GSC/AW/PC/maps/createart/mp_spark_art.gsc
InfinityLoader b2389dbcb9 Full AW Dump
2024-04-22 02:38:24 -04:00

25 lines
556 B
Plaintext

/*******************************************************************
* Decompiled By: Bog
* Decompiled File: createart\mp_spark_art.gsc
* Game: Call of Duty: Advanced Warfare
* Platform: PC
* Function Count: 1
* Decompile Time: 26 ms
* Timestamp: 4/22/2024 2:07:07 AM
*******************************************************************/
//Function Number: 1
main()
{
level.tweakfile = 1;
if(isusinghdr())
{
maps\createart\mp_spark_fog_hdr::setupfog();
}
else
{
maps\createart\mp_spark_fog::setupfog();
}
visionsetnaked("mp_spark",0);
}