X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Classes%2FNJInputHat.m;fp=Classes%2FNJInputHat.m;h=b4506d4b44126f758dee872be2dc932b19c20791;hp=0a5afa2901149f2362e616512756baf8ed702898;hb=e7c0b2d96e9e3209b5ba80cc1fdc8e7213cb5302;hpb=5bf06d6aca4bf51b0a347021d69c90dd198c7cf8 diff --git a/Classes/NJInputHat.m b/Classes/NJInputHat.m index 0a5afa2..b4506d4 100644 --- a/Classes/NJInputHat.m +++ b/Classes/NJInputHat.m @@ -36,7 +36,7 @@ static BOOL active_fourway[20] = { parent:(NJInputPathElement *)parent { if ((self = [super initWithName:NJINPUT_NAME(NSLocalizedString(@"hat switch %d", @"hat switch name"), index) - eid:NJINPUT_DID("Hat Switch", index) + eid:NJINPUT_EID("Hat Switch", index) element:element parent:parent])) { self.children = @[[[NJInput alloc] initWithName:NSLocalizedString(@"hat up", @"hat switch up state")