mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
Added new big overlay system.
This commit is contained in:
@@ -88,6 +88,7 @@
|
||||
#include "function.h"
|
||||
#include "vortex.h"
|
||||
#include "image.h"
|
||||
#include "bigoverlay.h"
|
||||
|
||||
struct AdjancentWeight_t {
|
||||
AdjancentWeight_t() {
|
||||
@@ -2042,6 +2043,9 @@ void DisplayClass::CacheVisibleCells(void) {
|
||||
if (HidPage.Lock()) {
|
||||
Redraw_Icons();
|
||||
|
||||
// Big Overlays come after tiles.
|
||||
bigOverlayManager.Render();
|
||||
|
||||
/*
|
||||
** Draw the infantry bodies in this special layer.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user