From f9373cd154dabdb7cea401777688ddffd525d790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Wed, 4 Nov 2020 17:24:27 +0100 Subject: [PATCH] ksys/gdt: Fix typo in TriggerParam comment --- src/KingSystem/GameData/gdtTriggerParam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/KingSystem/GameData/gdtTriggerParam.h b/src/KingSystem/GameData/gdtTriggerParam.h index 11fa1a5f..90660cd6 100644 --- a/src/KingSystem/GameData/gdtTriggerParam.h +++ b/src/KingSystem/GameData/gdtTriggerParam.h @@ -73,7 +73,7 @@ public: void setCurrentRupeeFlagName(const sead::SafeString& name); - // region Value getters (by hash) + // region Value getters (by index) bool getBool(bool* value, s32 index, bool check_permissions) const; bool getS32(s32* value, s32 index, bool check_permissions) const;