(svn r11121) -Fix: clear the temporary NewGRF storage every time we perform a callback so it cannot cause desyncs.

This commit is contained in:
rubidium
2007-09-16 21:34:50 +00:00
parent a18f3f25a9
commit 4e130204ae
2 changed files with 10 additions and 7 deletions

View File

@@ -243,7 +243,7 @@ struct ResolverObject {
/* Base sprite group resolver */
const SpriteGroup *Resolve(const SpriteGroup *group, ResolverObject *object);
const SpriteGroup *Resolve(const SpriteGroup *group, ResolverObject *object, bool first_call = true);
#endif /* NEWGRF_SPRITEGROUP_H */