From d2e64a350ae9aa6955b2dd7a3715958cdb5477f5 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 26 Oct 2009 20:36:44 +0000 Subject: TINSEL: cleanup svn-id: r45417 --- engines/tinsel/heapmem.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engines/tinsel/heapmem.cpp') diff --git a/engines/tinsel/heapmem.cpp b/engines/tinsel/heapmem.cpp index 42584d5f67..6ba5fd5a88 100644 --- a/engines/tinsel/heapmem.cpp +++ b/engines/tinsel/heapmem.cpp @@ -31,6 +31,9 @@ namespace Tinsel { +#define NUM_MNODES 192 // the number of memory management nodes (was 128, then 192) + + // internal allocation flags #define DWM_USED 0x0001 ///< the objects memory block is in use #define DWM_DISCARDED 0x0100 ///< the objects memory block has been discarded @@ -38,7 +41,6 @@ namespace Tinsel { #define DWM_SENTINEL 0x0400 ///< the objects memory block is a sentinel - // Specifies the total amount of memory required for DW1 demo, DW1, or DW2 respectively. // Currently this is set at 5MB for the DW1 demo and DW1 and 10MB for DW2 // This could probably be reduced somewhat -- cgit v1.2.3