aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/part.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/part.h')
-rw-r--r--engines/cine/part.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/engines/cine/part.h b/engines/cine/part.h
index fae044afb1..2a979e4879 100644
--- a/engines/cine/part.h
+++ b/engines/cine/part.h
@@ -35,26 +35,8 @@ struct PartBuffer {
uint32 unpackedSize;
};
-struct AnimData {
- uint16 width;
- uint16 var1;
- uint16 bpp;
- uint16 height;
-
- byte *ptr1;
- byte *ptr2;
- int16 fileIdx;
- int16 frameIdx;
- char name[10];
-
- // Not part of the data, but used when saving/restoring it.
- bool refresh;
-};
-
#define NUM_MAX_PARTDATA 255
-#define NUM_MAX_ANIMDATA 255
-extern AnimData *animDataTable;
extern PartBuffer *partBuffer;
void loadPart(const char *partName);