Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## [Unreleased](https://github.com/rr-/Tomb1Main/compare/stable...develop)
- ...
- fixed crash on centaur hatch (#579, regression from 2.9)

## [2.9](https://github.com/rr-/Tomb1Main/compare/2.8.2...2.9) - 2022-06-01
- added generic SDL-based controller support (#278)
2 changes: 1 addition & 1 deletion src/game/objects/creatures/centaur.c
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ void Centaur_Setup(OBJECT_INFO *obj)
obj->save_hitpoints = 1;
obj->save_anim = 1;
obj->save_flags = 1;
g_AnimBones[obj->bone_index + 40] |= BEB_ROT_Z | BEB_POP;
g_AnimBones[obj->bone_index + 40] |= BEB_ROT_X | BEB_ROT_Y;
}

void Centaur_Control(int16_t item_num)

0 comments on commit dcd8065

Please sign in to comment.