HUD: always display a close button in upper right

pull/331/head
nick black 5 years ago
parent 80e449cf79
commit cdcc275e07
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -181,7 +181,7 @@ int hud_schedule(const char* demoname){
cure = malloc(sizeof(*cure));
}
elem* e = elems;
int plen = HUD_COLS - 4 - NSLEN;
int plen = HUD_COLS - 10 - NSLEN;
while(e){
hook = &e->next;
if(ncplane_printf_yx(hud, line, 0, "%-6d %*ju.%02jus %-*.*s", e->frames,

Loading…
Cancel
Save