We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b2d13f + fbfc69f commit 5937778Copy full SHA for 5937778
2 files changed
include/RE/P/PlayerCharacter.h
@@ -89,7 +89,7 @@ namespace RE
89
{
90
kNone = 0x0,
91
kNormal = 0x1,
92
- kTelekeiesis = 0x2
+ kTelekinesis = 0x2
93
};
94
95
class PlayerActionObject
include/RE/S/SUBTITLE_PRIORITY.h
@@ -8,6 +8,6 @@ namespace RE
8
9
kHigh = 0x2,
10
kForce = 0x3,
11
- kTotla = 0x4
+ kTotal = 0x4
12
13
}
0 commit comments