aboutsummaryrefslogtreecommitdiff
path: root/saga/actordata.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/actordata.h')
-rw-r--r--saga/actordata.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/saga/actordata.h b/saga/actordata.h
index 99698cbe64..c6d1502c53 100644
--- a/saga/actordata.h
+++ b/saga/actordata.h
@@ -41,17 +41,16 @@ enum {
// sure if I got it right.
struct ACTORTABLE {
- byte type; // Always 1 (remove this?)
byte flags;
- byte name_index;
- int32 scene_index;
+ byte nameIndex;
+ int32 sceneIndex;
int16 x;
int16 y;
int16 z;
- int32 spritelist_rn;
- int32 spriteindex_rn;
- byte script_rn;
- byte color;
+ int32 spriteListResourceId;
+ int32 frameListResourceId;
+ byte scriptResourceId;
+ byte speechColor;
byte action;
byte facing_dir;
byte action_dir;