mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 12:31:10 +00:00
oops, stuff_view 1 cell too narrow
This commit is contained in:
parent
9b023ee49e
commit
797dc5ccae
2 changed files with 2 additions and 2 deletions
|
@ -1519,7 +1519,7 @@ init_views (void)
|
|||
overlay_view->draw = draw_overlay;
|
||||
overlay_view->visible = 0;
|
||||
|
||||
stuff_view = view_new (0, 48, 144, 16, grav_southwest);
|
||||
stuff_view = view_new (0, 48, 152, 16, grav_southwest);
|
||||
stuff_view->draw = draw_stuff;
|
||||
|
||||
if (con_module) {
|
||||
|
|
|
@ -1858,7 +1858,7 @@ init_views (void)
|
|||
overlay_view->draw = draw_overlay;
|
||||
overlay_view->visible = 0;
|
||||
|
||||
stuff_view = view_new (0, 48, 144, 16, grav_southwest);
|
||||
stuff_view = view_new (0, 48, 152, 16, grav_southwest);
|
||||
stuff_view->draw = draw_stuff;
|
||||
|
||||
if (con_module) {
|
||||
|
|
Loading…
Reference in a new issue