From 5e794626859749678c938ec25c091c8359d9f781 Mon Sep 17 00:00:00 2001 From: smatz Date: Wed, 24 Dec 2008 23:20:30 +0000 Subject: (svn r14740) -Fix (r13675)(r14739): we shouldn't skip all remaining sprites neither --- src/newgrf.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/newgrf.cpp b/src/newgrf.cpp index a832873ee..694aba073 100644 --- a/src/newgrf.cpp +++ b/src/newgrf.cpp @@ -3883,7 +3883,6 @@ static void DisableStaticNewGRFInfluencingNonStaticNewGRFs(GRFConfig *c) c->error->message = STR_NEWGRF_ERROR_STATIC_GRF_CAUSES_DESYNC; ClearTemporaryNewGRFData(GetFileByGRFID(c->grfid)); - _skip_sprites = -1; } /* Action 0x07 */ -- cgit v1.2.3-70-g09d2