summaryrefslogtreecommitdiff
path: root/src/newgrf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf.h')
-rw-r--r--src/newgrf.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/newgrf.h b/src/newgrf.h
index 9e9fbc9da..0e49a181e 100644
--- a/src/newgrf.h
+++ b/src/newgrf.h
@@ -79,22 +79,6 @@ struct GRFFile {
uint32 grfid;
byte grf_version;
- /* A sprite group contains all sprites of a given vehicle (or multiple
- * vehicles) when carrying given cargo. It consists of several sprite
- * sets. Group ids are refered as "cargo id"s by TTDPatch
- * documentation, contributing to the global confusion.
- *
- * A sprite set contains all sprites of a given vehicle carrying given
- * cargo at a given *stage* - that is usually its load stage. Ie. you
- * can have a spriteset for an empty wagon, wagon full of coal,
- * half-filled wagon etc. Each spriteset contains eight sprites (one
- * per direction) or four sprites if the vehicle is symmetric. */
-
- SpriteID spriteset_start;
- int spriteset_numsets;
- int spriteset_numents;
- int spriteset_feature;
-
int spritegroups_count;
struct SpriteGroup **spritegroups;