diff options
author | red031000 <rubenru09@aol.com> | 2021-03-13 17:08:05 +0000 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2021-03-13 17:08:05 +0000 |
commit | e3c008e794c07a26445581f8ca8d1369fd703095 (patch) | |
tree | 6b7a4070cafd7f4cf2f28c5d39fe5655b883ee6f /include/script.h | |
parent | 8c295f4eae1623bd95a842d375de9cfe3fed8302 (diff) |
more
Diffstat (limited to 'include/script.h')
-rw-r--r-- | include/script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/script.h b/include/script.h index c25751e4..de161889 100644 --- a/include/script.h +++ b/include/script.h @@ -22,7 +22,7 @@ struct ScriptContext u32 cmdCount;
u32 data[4];
u32 unk74;
- struct MsgData * unk78;
+ struct MsgData * msgData;
u8 *unk7C;
struct UnkStruct_0204639C * unk80;
};
|