fix spacing of page indicator

This commit is contained in:
Eric Wasylishen 2017-06-12 15:46:03 -06:00
parent 5bf2e8375d
commit 670fa1661b
1 changed files with 1 additions and 1 deletions

View File

@ -1056,7 +1056,7 @@ void M_Mods_Draw (void)
M_DrawPic ( (320-p->width)/2, 4, p);
}
q_snprintf (page_string, sizeof(page_string), "page:%2i/%2i", page + 1, numpages);
q_snprintf (page_string, sizeof(page_string), "page:%2i /%2i", page + 1, numpages);
M_Print ((320/2) - 8*(strlen(page_string)/2), 32 + (8*MAX_MOD_ROWS_VISBLE), page_string);
current_mod = COM_SkipPath(com_gamedir);