Fix optionDll inconsistencies

This commit is contained in:
kabiskac 2024-08-04 18:41:54 +02:00
parent 3a7cde9f33
commit f2de6f7466
4 changed files with 29 additions and 43 deletions

View file

@ -9,7 +9,7 @@ typedef struct {
/* 0x00 */ Process *process;
/* 0x04 */ s16 window;
/* 0x08 */ s32 id;
/* 0x0C */ s32 visible;
/* 0x0C */ BOOL visible;
/* 0x10 */ BOOL messWaitSignal;
/* 0x14 */ BOOL choiceSignal;
/* 0x18 */ u32 messToBeSet;