From f5a1aa994b4d6c1f5308c75ed7c3941d59f05124 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Sun, 8 Aug 2010 00:59:40 +0000 Subject: [PATCH] - pr_hom shouldn't have a name, since we don't care about it for save games or network sync. SVN r2494 (trunk) --- src/r_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/r_main.cpp b/src/r_main.cpp index e3008862f..fa25f7ca1 100644 --- a/src/r_main.cpp +++ b/src/r_main.cpp @@ -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 PastViewers; static int centerxwide; static bool polyclipped;