1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-12 09:09:09 +00:00

(svn r14740) -Fix (r13675)(r14739): we shouldn't skip all remaining sprites neither

This commit is contained in:
smatz
2008-12-24 23:20:30 +00:00
parent aeeb60868c
commit 5e79462685

View File

@@ -3883,7 +3883,6 @@ static void DisableStaticNewGRFInfluencingNonStaticNewGRFs(GRFConfig *c)
c->error->message = STR_NEWGRF_ERROR_STATIC_GRF_CAUSES_DESYNC; c->error->message = STR_NEWGRF_ERROR_STATIC_GRF_CAUSES_DESYNC;
ClearTemporaryNewGRFData(GetFileByGRFID(c->grfid)); ClearTemporaryNewGRFData(GetFileByGRFID(c->grfid));
_skip_sprites = -1;
} }
/* Action 0x07 */ /* Action 0x07 */