undo change to script_context struct that was experimental

This commit is contained in:
Jdog 2020-08-14 16:33:44 -07:00
parent 1a4f01fe7b
commit 73a39e0747

View File

@ -476,7 +476,7 @@ typedef struct {
/* 0x14C */ u32 ownerID; /* can be an npcID, a triggerID, a trigger ptr */
/* 0x150 */ f32 timeScale;
/* 0x154 */ f32 frameCounter;
/* 0x158 */ f32 unk_158;
/* 0x158 */ s32 unk_158;
/* 0x15C */ s32* ptrFirstLine;
/* 0x160 */ s32* ptrSavedPosition;
/* 0x164 */ s32* ptrCurrentLine;