mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
fix spacing of page indicator
This commit is contained in:
parent
5bf2e8375d
commit
670fa1661b
1 changed files with 1 additions and 1 deletions
|
@ -1056,7 +1056,7 @@ void M_Mods_Draw (void)
|
||||||
M_DrawPic ( (320-p->width)/2, 4, p);
|
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);
|
M_Print ((320/2) - 8*(strlen(page_string)/2), 32 + (8*MAX_MOD_ROWS_VISBLE), page_string);
|
||||||
|
|
||||||
current_mod = COM_SkipPath(com_gamedir);
|
current_mod = COM_SkipPath(com_gamedir);
|
||||||
|
|
Loading…
Reference in a new issue