- 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:
Randy Heit 2010-08-08 00:59:40 +00:00
parent 1cabac3c5f
commit f5a1aa994b

View file

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