Make define of MEM_K apply to non-debug builds as well (whoops)

This commit is contained in:
kreatordxx 2010-08-28 01:13:01 +00:00
parent 6d475ad6b8
commit 1fcd5afe1b
2 changed files with 3 additions and 0 deletions

View file

@ -3,6 +3,7 @@ D1X-Rebirth Changelog
20100828
--------
main/menu.c: In list_dir_el make sure PHYSFS_getRealDir won't give NULL to strcmp which will happen for files located in a Windows root directory
include/u_mem.h: Make define of MEM_K apply to non-debug builds as well (whoops)
20100827
--------

View file

@ -16,6 +16,8 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#include <stdlib.h>
#define MEM_K 1.5 // Dynamic array growth factor
#ifdef MACINTOSH
extern ubyte virtual_memory_on;
#endif