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

This commit is contained in:
frosch 2010-03-13 15:55:04 +00:00
parent 7e1a91db21
commit ce751804e9
1 changed files with 1 additions and 1 deletions

View File

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