X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_dead.c;fp=player_dead.c;h=72eba265f443c92512051b77b485e41b6e15b030;hb=494c85703c76c4123c49937a32584840b6be1470;hp=1dd8c7619388ef1004e5d7e985540100e9298560;hpb=72c12c4df36ca69a84e3681a11945bab72db7eb0;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_dead.c b/player_dead.c index 1dd8c76..72eba26 100644 --- a/player_dead.c +++ b/player_dead.c @@ -178,14 +178,14 @@ void player__dead_transition( enum player_die_type type ) struct gui_helper *h; if( (h = gui_new_helper(input_button_list[k_srbind_reset], &str) )){ - vg_strcat( &str, "rewind" ); + vg_strcat( &str, "Rewind" ); if( world_static.active_instance == k_world_purpose_hub ) h->greyed = 1; } if( gui_new_helper(input_button_list[k_srbind_dead_respawn], &str )) - vg_strcat( &str, "spawn" ); + vg_strcat( &str, "Spawn" ); } void player__dead_animator_exchange( bitpack_ctx *ctx, void *data )