2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-02 17:21:20 +00:00
Lioncash b570168359 CMapArea: Remove type-punning undefined behavior within PostConstruct()
Casting up from unsigned char or char to an unrelated type isn't
permitted by the C++ standard in the manner it's currently being done.

We can utilize std::memcpy to mitigate this.
2020-03-17 19:20:37 -04:00
..
2017-01-26 02:06:18 -08:00