diff options
| author | theo3 <arisstephenson2@gmail.com> | 2020-06-18 03:21:47 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2020-06-18 03:21:47 -0700 |
| commit | f8ae0eaef77d3764b149a4533c6ea8df542eb329 (patch) | |
| tree | 19dd5feaff6487bf5839a5f57531430af15695ac /src/createEntity.c | |
| parent | 32ad8dec4d1bf3cdd07600802a2f00ad30a416ae (diff) | |
entity.h fixup
Diffstat (limited to 'src/createEntity.c')
| -rw-r--r-- | src/createEntity.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/createEntity.c b/src/createEntity.c index b7eeb595..1119b4b7 100644 --- a/src/createEntity.c +++ b/src/createEntity.c @@ -25,12 +25,12 @@ // if (entity != NULL) { // (entity->entityType).type = type; // (entity->entityType).subtype = param_1->entitySubtype; -// (entity->entityType).parameter1 = param_1->entityParameter1; +// (entity->entityType).form = param_1->entityform; // sub_0804AEB0(entity,param_1); // if ((param_1->field_0x1 & 240) != 16) { -// (entity->entityType).parameter2 = *(u8 *)¶m_1->entityParameter2; +// (entity->entityType).parameter = *(u8 *)¶m_1->entityparameter; // /* i suspect this is where the entity's behavior is defined. Not sure. */ -// entity->parameter3 = (u8)((u32)param_1->entityParameter2 >> 8); +// entity->actionDelay = (u8)((u32)param_1->entityparameter >> 8); // if ((type != 9) && (sub_0804AF0C(entity,param_1), entity->field_0x4 != NULL)) { // if ((param_1->entityType & 16) == 0) { // if ((param_1->entityType & 32) != 0) { |
