mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
- Blood: fix delirium being twice as fast
Copied from NBlood commit cc3c2f7f55bd9a865daee1e72442ef7af4f7d779
This commit is contained in:
parent
377b0fa8c8
commit
80f9ade43a
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ void viewUpdateDelirium(void)
|
||||||
if ((powerCount = powerupCheck(gView, kPwUpDeliriumShroom)) != 0)
|
if ((powerCount = powerupCheck(gView, kPwUpDeliriumShroom)) != 0)
|
||||||
{
|
{
|
||||||
int tilt1 = 170, tilt2 = 170, pitch = 20;
|
int tilt1 = 170, tilt2 = 170, pitch = 20;
|
||||||
int timer = PlayClock * 4;
|
int timer = PlayClock * 2;
|
||||||
if (powerCount < 512)
|
if (powerCount < 512)
|
||||||
{
|
{
|
||||||
int powerScale = IntToFixed(powerCount) / 512;
|
int powerScale = IntToFixed(powerCount) / 512;
|
||||||
|
|
Loading…
Reference in a new issue