mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-24 08:27:55 -05:00
Full AW Dump
This commit is contained in:
25
AW/PC/maps/createart/mp_perplex_1_art.gsc
Normal file
25
AW/PC/maps/createart/mp_perplex_1_art.gsc
Normal file
@ -0,0 +1,25 @@
|
||||
/*******************************************************************
|
||||
* 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);
|
||||
}
|
Reference in New Issue
Block a user