init
This commit is contained in:
11
maps/prologue_fx.gsc
Normal file
11
maps/prologue_fx.gsc
Normal file
@@ -0,0 +1,11 @@
|
||||
// IW6 GSC SOURCE
|
||||
// Generated by https://github.com/xensik/gsc-tool
|
||||
|
||||
main()
|
||||
{
|
||||
if ( !getdvarint( "r_reflectionProbeGenerate" ) )
|
||||
{
|
||||
maps\createfx\prologue_fx::main();
|
||||
maps\createfx\prologue_sound::main();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user