mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 12:47:58 +03:00
parent
86edbbbad2
commit
a15b0d61fa
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
## [Unreleased](https://github.com/LostArtefacts/TRX/compare/tr2-0.8...develop) - ××××-××-××
|
||||
- added Linux builds and toolchain (#1598)
|
||||
- fixed showing inventory ring up/down arrows when uncalled for (#2225)
|
||||
- fixed Lara activating triggers one frame too early (#2205, regression from 0.7)
|
||||
- fixed Lara never stepping backwards off a step using her right foot (#1602)
|
||||
|
||||
|
|
|
@ -120,7 +120,7 @@ static void M_InitHeader(INV_RING *const ring)
|
|||
Text_CentreH(m_HeadingText, true);
|
||||
}
|
||||
|
||||
if (ring->mode == INV_KEYS_MODE || ring->mode == INV_DEATH_MODE) {
|
||||
if (ring->mode != INV_GAME_MODE) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue