mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-28 18:29:49 +02:00
Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy
This commit is contained in:
@@ -254,6 +254,7 @@ struct part_state
|
|||||||
int burn;
|
int burn;
|
||||||
float btemp;
|
float btemp;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct part_state part_state;
|
typedef struct part_state part_state;
|
||||||
//Should probably be const.
|
//Should probably be const.
|
||||||
/* Weight Help
|
/* Weight Help
|
||||||
|
@@ -2321,7 +2321,7 @@ int search_ui(pixel *vid_buf)
|
|||||||
lasttime = TIMEOUT;
|
lasttime = TIMEOUT;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(b && !bq && dp!=-1 && search_fav==0)
|
if(b && !bq && dp!=-1 && search_fav!=0)
|
||||||
if(confirm_ui(vid_buf, "Do you want to delete?", search_names[dp], "Delete"))
|
if(confirm_ui(vid_buf, "Do you want to delete?", search_names[dp], "Delete"))
|
||||||
{
|
{
|
||||||
execute_delete(vid_buf, search_ids[dp]);
|
execute_delete(vid_buf, search_ids[dp]);
|
||||||
|
Reference in New Issue
Block a user