CPC mode 5 : replaced the global Constraint_mode by a state (Image_mode) in each versioned T_Page: This allows keeping it sane when swapping to Spare, and when Undo/Redoing. Also fixed the first page when program starts, it was unnecessarily allocating pointers for the maximum number of layers(16)/frames(999)
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1907 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -726,11 +726,6 @@ GFX2_GLOBAL byte Mask_mode;
|
||||
/// Array of booleans. True if the indexed color is protected by the mask.
|
||||
GFX2_GLOBAL byte Mask_table[256];
|
||||
|
||||
// -- Constraint mode
|
||||
|
||||
/// Constraint enforcer
|
||||
GFX2_GLOBAL byte Constraint_mode;
|
||||
|
||||
// -- Tilemap mode
|
||||
|
||||
/// Tilemap mode for main page
|
||||
|
||||
Reference in New Issue
Block a user