mirror of https://github.com/AxioDL/metaforce.git
Minor fix for macOS
This commit is contained in:
parent
c32c42e12b
commit
dea8438f19
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
namespace DataSpec::DNAMP1 {
|
namespace DataSpec::DNAMP1 {
|
||||||
|
|
||||||
template <bool NewRep>
|
template <int NewRep>
|
||||||
struct AT_SPECIALIZE_PARMS(true, false) CTweakPlayerRes final : ITweakPlayerRes {
|
struct AT_SPECIALIZE_PARMS(true, false) CTweakPlayerRes final : ITweakPlayerRes {
|
||||||
AT_DECL_DNA_YAML
|
AT_DECL_DNA_YAML
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
#include "../../DNACommon/Tweaks/ITweakTargeting.hpp"
|
#include "../../DNACommon/Tweaks/ITweakTargeting.hpp"
|
||||||
|
|
||||||
namespace DataSpec::DNAMP1 {
|
namespace DataSpec::DNAMP1 {
|
||||||
template<bool NewRep>
|
template<int NewRep>
|
||||||
struct AT_SPECIALIZE_PARMS(true, false) CTweakTargeting final : public ITweakTargeting {
|
struct AT_SPECIALIZE_PARMS(true, false) CTweakTargeting final : public ITweakTargeting {
|
||||||
AT_DECL_DNA_YAML
|
AT_DECL_DNA_YAML
|
||||||
Value<atUint32> x4_targetRadiusMode;
|
Value<atUint32> x4_targetRadiusMode;
|
||||||
|
|
Loading…
Reference in New Issue