aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/itedata.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/itedata.h')
-rw-r--r--engines/saga/itedata.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/saga/itedata.h b/engines/saga/itedata.h
index d9bd59adc4..3c594b5fec 100644
--- a/engines/saga/itedata.h
+++ b/engines/saga/itedata.h
@@ -41,9 +41,6 @@ enum ActorFlags {
kNoScale = 0x80 // (1<<7) Actor is not scaled
};
-// TODO: This doesn't quite correspond to the original Actor struct, so I'm not
-// sure if I got it right.
-
struct ActorTableData {
byte flags;
byte nameIndex;