Minor fix for macOS

This commit is contained in:
Phillip Stephens 2020-04-16 13:18:44 -07:00
parent c32c42e12b
commit dea8438f19
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
namespace DataSpec::DNAMP1 {
template <bool NewRep>
template <int NewRep>
struct AT_SPECIALIZE_PARMS(true, false) CTweakPlayerRes final : ITweakPlayerRes {
AT_DECL_DNA_YAML

View File

@ -3,7 +3,7 @@
#include "../../DNACommon/Tweaks/ITweakTargeting.hpp"
namespace DataSpec::DNAMP1 {
template<bool NewRep>
template<int NewRep>
struct AT_SPECIALIZE_PARMS(true, false) CTweakTargeting final : public ITweakTargeting {
AT_DECL_DNA_YAML
Value<atUint32> x4_targetRadiusMode;