Removed calloc macro
This commit is contained in:
@@ -921,7 +921,7 @@ static void Task_ShowSecretBaseRegistryMenu(u8 taskId)
|
||||
tSelectedRow = 0;
|
||||
tScrollOffset = 0;
|
||||
ClearDialogWindowAndFrame(0, FALSE);
|
||||
sRegistryMenu = calloc(1, sizeof(*sRegistryMenu));
|
||||
sRegistryMenu = AllocZeroed(sizeof(*sRegistryMenu));
|
||||
tMainWindowId = AddWindow(&sRegistryWindowTemplates[0]);
|
||||
BuildRegistryMenuItems(taskId);
|
||||
FinalizeRegistryMenu(taskId);
|
||||
|
||||
Reference in New Issue
Block a user