diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a25eac663..bdd28583f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -4,7 +4,7 @@ D2X-Rebirth Changelog -------- main/network.c: fix typo causing compiler error on bigendian computers 2d/font.c: make sure a font header only takes up sizeof(grs_font) memory, not sizeof(grs_font) squared -arch/ogl/gr.c, arch/ogl/include/ogl_init.h, arch/ogl/sdlgl.c, include/args.h, main/inferno.c, main/menu.c, main/newdemo.c, misc/args.c: Removed SDL Gammaramp code (obsolete); Improvements on Demo code +arch/ogl/gr.c, arch/ogl/include/internal.h, arch/ogl/sdlgl.c, include/args.h, main/inferno.c, main/menu.c, main/newdemo.c, main/newmenu.c, misc/args.c: Removed SDL Gammaramp code (obsolete); Improvements on Demo code 20080108 -------- diff --git a/main/newmenu.c b/main/newmenu.c index 2bec00297..b3a0d3fb9 100644 --- a/main/newmenu.c +++ b/main/newmenu.c @@ -1953,7 +1953,7 @@ int newmenu_get_filename(char *title, char *type, char *filename, int allow_abor w_x=w_y=w_w=w_h=title_height=0; box_x=box_y=box_w=box_h=0; - filenames = d_malloc( MAX_FILES * 140 ); + filenames = d_malloc( MAX_FILES * 14 ); if (filenames==NULL) return 0; citem = 0;