mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-10 02:17:56 -05:00
25 lines
572 B
Plaintext
25 lines
572 B
Plaintext
/*******************************************************************
|
|
* Decompiled By: Bog
|
|
* Decompiled File: createart\mp_perplex_1_art.gsc
|
|
* Game: Call of Duty: Advanced Warfare
|
|
* Platform: PC
|
|
* Function Count: 1
|
|
* Decompile Time: 26 ms
|
|
* Timestamp: 4/22/2024 2:06:59 AM
|
|
*******************************************************************/
|
|
|
|
//Function Number: 1
|
|
main()
|
|
{
|
|
level.tweakfile = 1;
|
|
if(isusinghdr())
|
|
{
|
|
maps\createart\mp_perplex_1_fog_hdr::setupfog();
|
|
}
|
|
else
|
|
{
|
|
maps\createart\mp_perplex_1_fog::setupfog();
|
|
}
|
|
|
|
visionsetnaked("mp_perplex_1",0);
|
|
} |