mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
SAGA2: Remove DNode from PlatformCacheEntry
This commit is contained in:
parent
90b82851f2
commit
cee4f07c1b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user