(svn r19403) -Fix (r19398): Test inverted.

pull/155/head
frosch 14 years ago
parent 59caa8ea94
commit 37109f9b66

@ -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;

Loading…
Cancel
Save