Resolve gfx names to values when reading event graphics table

This commit is contained in:
GriffinR
2026-02-16 22:49:34 -05:00
parent f1e507d97e
commit 061e1cc99f
3 changed files with 45 additions and 10 deletions

View File

@@ -328,7 +328,7 @@ private:
int spriteHeight = -1;
bool inanimate = false;
};
QMap<QString, EventGraphics*> eventGraphicsMap;
QHash<QString, EventGraphics*> eventGraphicsMap;
// The extra data that can be associated with each MAPSEC name.
struct LocationData