(svn r19403) -Fix (r19398): Test inverted.
This commit is contained in:
@@ -1091,7 +1091,7 @@ static void CheckCaches()
|
||||
{
|
||||
/* Return here so it is easy to add checks that are run
|
||||
* always to aid testing of caches. */
|
||||
if (_debug_desync_level > 1) return;
|
||||
if (_debug_desync_level <= 1) return;
|
||||
|
||||
/* Strict checking of the road stop cache entries */
|
||||
const RoadStop *rs;
|
||||
|
Reference in New Issue
Block a user