Cleaned up cdata.

This commit is contained in:
Justin Marshall
2020-07-23 13:37:21 -07:00
parent 2c94154079
commit b72170fd11
6 changed files with 22 additions and 1210 deletions
+1 -1
View File
@@ -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;