SAGA2: Remove DNode from PlatformCacheEntry

This commit is contained in:
a/ 2021-06-21 20:29:34 +09:00 committed by Eugene Sandulenko
parent 90b82851f2
commit cee4f07c1b
No known key found for this signature in database
GPG Key ID: 014D387312D34F08
2 changed files with 2 additions and 1 deletions

View File

@ -2340,6 +2340,7 @@ Platform *MetaTile::fetchPlatform(int16 mapNum, int16 layer) {
thisID(mapNum).index, thisID(mapNum).map);
// Move to the end of the LRU
platformLRU.remove(plIndex);
platformLRU.push_back(plIndex);
// return the address of the platform

View File

@ -730,7 +730,7 @@ enum platformFlags {
PlatformCacheEntry struct
* ======================================================================= */
struct PlatformCacheEntry : public DNode {
struct PlatformCacheEntry {
uint16 platformNum, // original platform num
layerNum; // index of this plat in mt.
MetaTileID metaID; // pointer to parent metatile