summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main.h')
-rw-r--r--main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.h b/main.h
index 0067c26..965cef7 100644
--- a/main.h
+++ b/main.h
@@ -61,7 +61,6 @@ struct cached_bitmap {
source *SourceOwner; // Which source it belongs to. Currently used to dereference the bitmap.
void *Data; // Unpacked data loaded from the source file.
uint32 Frame; // What frame it is.
- uint32 Index; // Index in memory.
};
struct memory {