2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-05 03:55:52 +00:00
Lioncash 0a7ccace44 CCharacterFactory: Eliminate usages of const_cast within CreateCharacter()
We can simply make this member function non-const and eliminate the need
for casts like this.
2020-04-05 08:11:51 -04:00
..