mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Raise TRAVERSEMAX 2 -> 8
- Improves nextwaypoint searching on a problem spot in Endless Mine - I think the sight checking fail state can trigger too quickly, so this makes it more lenient? (I'm sorry, I don't really understand it myself.)
This commit is contained in:
parent
5eeb45228c
commit
1a330dd471
1 changed files with 1 additions and 1 deletions
|
|
@ -725,7 +725,7 @@ extern int
|
|||
#endif
|
||||
|
||||
// p_sight.c
|
||||
#define TRAVERSE_MAX 2
|
||||
#define TRAVERSE_MAX 8
|
||||
|
||||
/// Other karma comeback modes
|
||||
//#define OTHERKARMAMODES
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue