mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-07-07 14:17:53 -05:00
25 lines
568 B
Plaintext
25 lines
568 B
Plaintext
/*******************************************************************
|
|
* Decompiled By: Bog
|
|
* Decompiled File: createart\mp_fracture_art.gsc
|
|
* Game: Call of Duty: Advanced Warfare
|
|
* Platform: PC
|
|
* Function Count: 1
|
|
* Decompile Time: 27 ms
|
|
* Timestamp: 4/22/2024 2:06:46 AM
|
|
*******************************************************************/
|
|
|
|
//Function Number: 1
|
|
main()
|
|
{
|
|
level.tweakfile = 1;
|
|
if(isusinghdr())
|
|
{
|
|
maps\createart\mp_fracture_fog_hdr::setupfog();
|
|
}
|
|
else
|
|
{
|
|
maps\createart\mp_fracture_fog::setupfog();
|
|
}
|
|
|
|
visionsetnaked("mp_fracture",0);
|
|
} |