summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actActorConstDataAccess.h
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2020-12-02 18:50:27 +0100
committerLéo Lam <leo@leolam.fr>2020-12-02 19:23:05 +0100
commitfc55c87f12f3c9c81974be3a2cdc460f3fe99fba (patch)
tree587f4d994e82d956bce89e6ab71dbfe3c24cbb21 /src/KingSystem/ActorSystem/actActorConstDataAccess.h
parent3559c31bc9ab193b7bc601d66762807c6ae460a3 (diff)
ksys/act: Implement ActorUtil "has tag" functions
Diffstat (limited to 'src/KingSystem/ActorSystem/actActorConstDataAccess.h')
-rw-r--r--src/KingSystem/ActorSystem/actActorConstDataAccess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/ActorSystem/actActorConstDataAccess.h b/src/KingSystem/ActorSystem/actActorConstDataAccess.h
index 48de7f10..b5125a03 100644
--- a/src/KingSystem/ActorSystem/actActorConstDataAccess.h
+++ b/src/KingSystem/ActorSystem/actActorConstDataAccess.h
@@ -28,7 +28,7 @@ public:
const sead::SafeString& getProfile() const;
const sead::SafeString& getName() const;
- bool hasTag(const sead::SafeString& tag) const;
+ bool hasTag(const char* tag) const;
bool hasTag(u32 tag) const;
u32 getId() const;
bool acquireConnectedCalcParent(ActorLinkConstDataAccess* accessor) const;