tr2/gun: fix grenades launching too slow

Resolves #1760.
This commit is contained in:
Marcin Kurczewski 2024-11-01 23:53:08 +01:00
parent 7ad3dc5543
commit e7df7718cf
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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