diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tinsel/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/object.h b/engines/tinsel/object.h index 0b6efc3356..097e1872d1 100644 --- a/engines/tinsel/object.h +++ b/engines/tinsel/object.h @@ -34,7 +34,7 @@ struct PALQ; enum { /** the maximum number of objects */ - NUM_OBJECTS = 256, + NUM_OBJECTS = 512, // object flags DMA_WNZ = 0x0001, ///< write non-zero data |