Add particles
This commit is contained in:
parent
06c1d1c42e
commit
d905718bab
6 changed files with 105 additions and 51 deletions
|
@ -221,7 +221,7 @@
|
|||
|
||||
#ifndef LCR_SETTING_CAR_RENDER_DISTANCE
|
||||
/** Distance in blocks at which player and ghost car will be seen. */
|
||||
#define LCR_SETTING_CAR_RENDER_DISTANCE 25
|
||||
#define LCR_SETTING_CAR_RENDER_DISTANCE 30
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_CRASH_SOUNDS
|
||||
|
@ -241,6 +241,11 @@
|
|||
#define LCR_SETTING_CAR_TINT 0x07
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_PARTICLES
|
||||
/** Can turn particle effects on/off. */
|
||||
#define LCR_SETTING_PARTICLES 1
|
||||
#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