X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=workshop.h;h=f28dc7777831e6e9baf0115c661b7e59369ceead;hb=a034af9da52f632cc51e808e4daa928eb01e66fb;hp=0ada01252be60952505fe5300fcabfa96243accd;hpb=f195708420b7312fda106a9e7daf0c8ae77a62d7;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/workshop.h b/workshop.h index 0ada012..f28dc77 100644 --- a/workshop.h +++ b/workshop.h @@ -45,12 +45,12 @@ struct workshop_form{ char title[80]; char description[512]; char author[32]; - struct ui_dropdown_value submission_type_selection; + i32 submission_type_selection; enum addon_type type; PublishedFileId_t file_id; /* 0 if not published yet */ - struct ui_dropdown_value visibility; + i32 visibility; int submit_title, /* set if the respective controls are touched */ submit_description, submit_file_and_image;