Add visible_image and backups to the T_Document structure

This commit is contained in:
Thomas Bernard
2018-01-22 16:16:39 +01:00
parent 8ae651c75f
commit a53d6da6ea
23 changed files with 579 additions and 574 deletions

View File

@@ -41,13 +41,13 @@ extern byte * FX_feedback_screen;
//////////////////////////////////////////////////////////////////////////
/// The pixels of visible layers, flattened copy.
extern T_Bitmap Main_visible_image;
//extern T_Bitmap Main_visible_image;
/// The pixels of visible layers, flattened copy, used for no-feedback effects.
extern T_Bitmap Main_visible_image_backup;
/// The index of visible pixels from ::Main_visible_image. Points to the right layer.
extern T_Bitmap Main_visible_image_depth_buffer;
/// The pixels of visible layers for the spare page, flattened copy.
extern T_Bitmap Spare_visible_image;
//extern T_Bitmap Spare_visible_image;
///
/// INDIVIDUAL PAGES