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 af21a5bee1
commit f9f71465cf
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