mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
- pr_hom shouldn't have a name, since we don't care about it for save games or network sync.
SVN r2494 (trunk)
This commit is contained in:
parent
1cabac3c5f
commit
f5a1aa994b
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ static float CurrentVisibility = 8.f;
|
|||
static fixed_t MaxVisForWall;
|
||||
static fixed_t MaxVisForFloor;
|
||||
static FRandom pr_torchflicker ("TorchFlicker");
|
||||
static FRandom pr_hom ("HOM-Flasher");
|
||||
static FRandom pr_hom;
|
||||
static TArray<InterpolationViewer> PastViewers;
|
||||
static int centerxwide;
|
||||
static bool polyclipped;
|
||||
|
|
Loading…
Reference in a new issue