mirror of https://github.com/OpenTTD/OpenTTD
(svn r21783) -Cleanup (r14997): Remove redundant assignment.
parent
3d1008318b
commit
ee67d10c80
|
@ -281,8 +281,6 @@ static void *ReadSprite(SpriteCache *sc, SpriteID id, SpriteType sprite_type)
|
|||
}
|
||||
}
|
||||
|
||||
sc->type = sprite_type;
|
||||
|
||||
return sc->ptr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue