summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-12-24 23:20:30 +0000
committersmatz <smatz@openttd.org>2008-12-24 23:20:30 +0000
commit5e794626859749678c938ec25c091c8359d9f781 (patch)
treecce761e084b634b88056460e6d70f98783673707 /src/newgrf.cpp
parentaeeb60868c7dc4cf569ec2ad06a53c2ae390c46d (diff)
downloadopenttd-5e794626859749678c938ec25c091c8359d9f781.tar.xz
(svn r14740) -Fix (r13675)(r14739): we shouldn't skip all remaining sprites neither
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp1
1 files changed, 0 insertions, 1 deletions
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 */