mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
Cleaned up cdata.
This commit is contained in:
@@ -599,7 +599,7 @@ void DisplayClass::Set_View_Dimensions(int x, int y, int width, int height)
|
||||
}
|
||||
|
||||
if (cellDisplayCache == NULL) {
|
||||
cellDisplayCache = new CellCache_t[MAP_CELL_W * MAP_CELL_H];
|
||||
cellDisplayCache = new CellCache_t[MAP_CELL_W * MAP_CELL_H * 2];
|
||||
}
|
||||
numCachedDisplayCells = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user