2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 23:07:43 +00:00

Prepare for pr-193

This commit is contained in:
2020-03-08 18:01:29 -07:00
parent f06c26e7d6
commit 3e59f7a455
3 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ namespace urde {
CAnimSourceInfo::CAnimSourceInfo(const TSubAnimTypeToken<CAnimSource>& token) : x4_token(token) {}
bool CAnimSourceInfo::HasPOIData() const { return x4_token->x58_evntData; }
bool CAnimSourceInfo::HasPOIData() const { return bool(x4_token->x58_evntData); }
const std::vector<CBoolPOINode>& CAnimSourceInfo::GetBoolPOIStream() const { return x4_token->GetBoolPOIStream(); }