X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_map.c;h=3465776c7bd6a5d44efba6752d19354f4489d90d;hb=494c85703c76c4123c49937a32584840b6be1470;hp=bc2ab5c9bd9092d82b59d036bd0741c7e82c7a8a;hpb=72c12c4df36ca69a84e3681a11945bab72db7eb0;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_map.c b/world_map.c index bc2ab5c..3465776 100644 --- a/world_map.c +++ b/world_map.c @@ -203,11 +203,11 @@ void world_map_enter(void) vg_str text; if( gui_new_helper( input_joy_list[k_srjoystick_steer], &text ) ) - vg_strcat( &text, "move" ); + vg_strcat( &text, "Move" ); if( gui_new_helper( input_button_list[k_srbind_maccept], &text ) ) - vg_strcat( &text, "spawn" ); + vg_strcat( &text, "Spawn" ); if( gui_new_helper( input_button_list[k_srbind_mback], &text ) ) - vg_strcat( &text, "exit" ); + vg_strcat( &text, "Exit" ); }