- fixed: A_Teleport's RNG had the same name as the one used by SelectTeleDest.

SVN r2458 (trunk)
This commit is contained in:
Christoph Oelckers 2010-07-25 10:17:16 +00:00
parent 9ca1de6435
commit a373c3858e

View file

@ -82,7 +82,7 @@ static FRandom pr_spawndebris ("SpawnDebris");
static FRandom pr_spawnitemex ("SpawnItemEx"); static FRandom pr_spawnitemex ("SpawnItemEx");
static FRandom pr_burst ("Burst"); static FRandom pr_burst ("Burst");
static FRandom pr_monsterrefire ("MonsterRefire"); static FRandom pr_monsterrefire ("MonsterRefire");
static FRandom pr_teleport("Teleport"); static FRandom pr_teleport("A_Teleport");
//========================================================================== //==========================================================================