(svn r5336) - NewGRF: draw custom helicopter rotor sprites in vehicle info window, ensuring the correct direction is used (inspiration from mart3p)

This commit is contained in:
2006-06-22 21:15:27 +00:00
parent 84deeb7847
commit 3753d0b602
5 changed files with 18 additions and 8 deletions

View File

@@ -165,6 +165,8 @@ typedef struct ResolverObject {
uint32 reseed;
VarSpriteGroupScope scope;
bool info_view; ///< Indicates if the item is being drawn in an info window
union {
struct {
const struct Vehicle *self;