Add fog
This commit is contained in:
parent
cfe2f711de
commit
71a034d74c
3 changed files with 34 additions and 12 deletions
|
@ -273,6 +273,11 @@
|
|||
#define LCR_SETTING_PARTICLE_COLOR_DIRT 0x8b84
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_FOG
|
||||
/** Turns distance fog on/off. Turning this off may increase performance. */
|
||||
#define LCR_SETTING_FOG 0
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_ONLY_SMALL_MAPS
|
||||
/** Turning this on will only include the small maps in the internal data
|
||||
file. This option exists for weak devices that couldn't handle big maps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue