1
0
Fork 0

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

release/1.1
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 /* Return here so it is easy to add checks that are run
* always to aid testing of caches. */ * 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 */ /* Strict checking of the road stop cache entries */
const RoadStop *rs; const RoadStop *rs;