6 lines
63 B
Text
6 lines
63 B
Text
|
#if @noFog@
|
||
|
fog( Disable );
|
||
|
#else
|
||
|
fog( Enable );
|
||
|
#endif
|