mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 12:47:58 +03:00
parent
7ad3dc5543
commit
e7df7718cf
2 changed files with 2 additions and 1 deletions
|
@ -45,6 +45,7 @@
|
|||
- fixed the ammo counter being hidden while a demo plays in NG+ (#1559)
|
||||
- fixed the game crashing in large rooms with z-buffer disabled (#1761, regression from 0.2)
|
||||
- fixed the game hanging if exited during the level stats, credits, or final stats (#1585)
|
||||
- fixed grenades launched at too slow speeds (#1760, regression from 0.3)
|
||||
|
||||
## [0.5](https://github.com/LostArtefacts/TRX/compare/afaf12a...tr2-0.5) - 2024-10-08
|
||||
- added `/sfx` command
|
||||
|
|
|
@ -214,7 +214,7 @@
|
|||
#define HARPOON_AMMO_CLIP 3
|
||||
#define HARPOON_AMMO_QTY HARPOON_AMMO_CLIP // = 3
|
||||
|
||||
#define GRENADE_SPEED 150
|
||||
#define GRENADE_SPEED 200
|
||||
#define GRENADE_AMMO_CLIP 1
|
||||
#define GRENADE_AMMO_QTY (GRENADE_AMMO_CLIP * 2) // = 2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue