mirror of
https://github.com/vcmi/vcmi.git
synced 2026-05-22 09:55:17 +02:00
0718acdb6d
There are only 3 values, and they're only used for doing a comparison, so it's wasteful to create a whole vector for that. std::tuple is better suited for this use case.