diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-08-08 20:03:12 +0300 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-08-08 20:03:12 +0300 |
| commit | 79bae9cd8a7891dd4545649fa196aad5a36237d2 (patch) | |
| tree | 1e59403522cbeeaa36c33ca34662f17c49866639 /src/subtask2.c | |
| parent | 22cbdd2fd645a5525a6ef0c9b8ee8ec11af9e9aa (diff) | |
Various documentations
Diffstat (limited to 'src/subtask2.c')
| -rw-r--r-- | src/subtask2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtask2.c b/src/subtask2.c index 31f813a4..c0d501fe 100644 --- a/src/subtask2.c +++ b/src/subtask2.c @@ -1803,7 +1803,7 @@ void Subtask_Init(void) { if (gFadeControl.active == 0) { DeleteAllEntities(); MemClear(&gMenu, sizeof(FigurineMenu)); - MemClear(&gRoomControls, 0x38); + MemClear(&gRoomControls, sizeof(gRoomControls)); MemClear(gOAMControls.unk, 0x100); MemClear(&gActiveScriptInfo, sizeof(gActiveScriptInfo)); gActiveScriptInfo.fadeSpeed = 8; |
