X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_skateshop.c;h=8aa5fbc46c397cb910a01c5ff0dedcb6006eab4d;hb=78cc452a8343821ba47c0905d755657847dafd25;hp=251a58595addae93f9f51c241159612c811c04cb;hpb=fbd4abfae41847dcdf4e32ac2c43d79ecaf0f708;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_skateshop.c b/ent_skateshop.c index 251a585..8aa5fbc 100644 --- a/ent_skateshop.c +++ b/ent_skateshop.c @@ -812,6 +812,8 @@ static void ent_skateshop_call( world_instance *world, ent_call *call ){ vg_str text; global_skateshop.helper_pick = gui_new_helper( input_button_list[k_srbind_maccept], &text); + if( gui_new_helper( input_button_list[k_srbind_mback], &text )) + vg_strcat( &text, "exit" ); skateshop_server_helper_update(); } }