X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_challenge.c;h=d30a5dcd90d3994af9fd1e43a71f8c1f136a00ab;hb=refs%2Fheads%2Fmaster;hp=861edbd6f60e10f9bac4b8ed9c12e093c9fee37a;hpb=8d336ea2cde7c596296dbaf0d3ce27a82c6c6cf0;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_challenge.c b/ent_challenge.c index 861edbd..d30a5dc 100644 --- a/ent_challenge.c +++ b/ent_challenge.c @@ -36,9 +36,9 @@ entity_call_result ent_challenge_call( world_instance *world, ent_call *call ) gui_helper_clear(); vg_str text; if( gui_new_helper( input_button_list[k_srbind_maccept], &text )) - vg_strcat( &text, "start" ); + vg_strcat( &text, "Start" ); if( gui_new_helper( input_button_list[k_srbind_mback], &text )) - vg_strcat( &text, "exit" ); + vg_strcat( &text, "Exit" ); } return k_entity_call_result_OK; }