Skip to content

Commit

Permalink
Corrected animpoint animation naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neloreck committed Jul 23, 2023
1 parent c88f75d commit 32dbf34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ describe("animpoint animations list", () => {
EStalkerState.ANIMPOINT_SIT_HIGH,
EStalkerState.ANIMPOINT_SIT_NORMAL,
EStalkerState.ANIMPOINT_SIT_LOW,
EStalkerState.SIT_ASS,
EStalkerState.SIT_KNEE,
EStalkerState.ANIMPOINT_SIT_ASS,
EStalkerState.ANIMPOINT_SIT_KNEE,
EStalkerState.ANIMPOINT_STAY_WALL_EAT_BREAD,
EStalkerState.ANIMPOINT_STAY_WALL_EAT_KOLBASA,
EStalkerState.ANIMPOINT_STAY_TABLE_EAT_BREAD,
Expand Down
4 changes: 2 additions & 2 deletions src/engine/core/objects/animation/animations/animpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export const animpointAnimations: LuaTable<TName, IAnimationDescriptor> = $fromO
]
),
},
[EStalkerState.SIT_ASS]: {
[EStalkerState.ANIMPOINT_SIT_ASS]: {
prop: {
maxidle: 5,
sumidle: 3,
Expand All @@ -152,7 +152,7 @@ export const animpointAnimations: LuaTable<TName, IAnimationDescriptor> = $fromO
["sit_2_idle_1", "sit_2_idle_2", "sit_2_idle_3"]
),
},
[EStalkerState.SIT_KNEE]: {
[EStalkerState.ANIMPOINT_SIT_KNEE]: {
prop: {
maxidle: 5,
sumidle: 3,
Expand Down

0 comments on commit 32dbf34

Please sign in to comment.