Diff for /np2/embed/menubase/menubase.c between versions 1.1 and 1.2

version 1.1, 2003/11/21 06:51:10 version 1.2, 2004/07/01 11:42:54
Line 48  BOOL menubase_open(int num) { Line 48  BOOL menubase_open(int num) {
         }          }
         mb->width = smenu.width;          mb->width = smenu.width;
         mb->height = smenu.height;          mb->height = smenu.height;
           mb->bpp = smenu.bpp;
         hdl = vram_create(mb->width, mb->height, TRUE, smenu.bpp);          hdl = vram_create(mb->width, mb->height, TRUE, smenu.bpp);
         menuvram = hdl;          menuvram = hdl;
         if (hdl == NULL) {          if (hdl == NULL) {

Removed from v.1.1  
changed lines
  Added in v.1.2


RetroPC.NET-CVS <cvs@retropc.net>