Skip to content

Commit

Permalink
Merge pull request #90 from Phnod/laser-sight-distance
Browse files Browse the repository at this point in the history
Increase Falcon laser fade out distance
  • Loading branch information
fgsfdsfgs authored Aug 25, 2023
2 parents d229ba2 + 4255867 commit 8494e29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/game/gunfx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,11 @@ Gfx *lasersightRenderDot(Gfx *gdl)

static u32 sp1 = 800;
static u32 sp2 = 7000;
#ifndef PLATFORM_N64 // laser fades out farther away
static u32 sp3 = 9000*3;
#else
static u32 sp3 = 9000;
#endif
static u32 spb = 24;
static u32 spi = 6;

Expand Down

0 comments on commit 8494e29

Please sign in to comment.