(svn r4411) CodeChange : Define and use some Gfx for both stations and industries. More are still to come
Also, a bit of code cleaning, as pointed by Tron
This commit is contained in:
@@ -9,7 +9,15 @@
|
||||
#include "macros.h"
|
||||
#include "tile.h"
|
||||
|
||||
typedef uint IndustryGfx;
|
||||
typedef byte IndustryGfx;
|
||||
|
||||
enum {
|
||||
GFX_POWERPLANT_SPARKS = 10,
|
||||
GFX_BUBBLE_CATCHER = 162,
|
||||
GFX_TOFFEE_QUARY = 165,
|
||||
GFX_SUGAR_MINE_SIEVE = 174,
|
||||
GFX_TOY_FACTORY = 143
|
||||
};
|
||||
|
||||
static inline uint GetIndustryIndex(TileIndex t)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user