diff --git a/src/newgrf.cpp b/src/newgrf.cpp index a832873ee9..694aba073d 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 */