Removed SDL Gammaramp code (obsolete); Improvements on Demo code

This commit is contained in:
zicodxx 2008-01-13 13:32:06 +00:00
parent 66ed0f62f1
commit 64f760e4f0
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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;