From ce751804e9988b01124ac9df2d9d4367729f0d35 Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 13 Mar 2010 15:55:04 +0000 Subject: (svn r19403) -Fix (r19398): Test inverted. --- src/openttd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openttd.cpp b/src/openttd.cpp index 32af16fb1..eb7798955 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -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; -- cgit v1.2.3-54-g00ecf