oops, stuff_view 1 cell too narrow

This commit is contained in:
Bill Currie 2003-07-27 22:51:31 +00:00
parent 9b023ee49e
commit 797dc5ccae
2 changed files with 2 additions and 2 deletions

View file

@ -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) {

View file

@ -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) {