mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- fixed: A_Teleport's RNG had the same name as the one used by SelectTeleDest.
SVN r2458 (trunk)
This commit is contained in:
parent
9ca1de6435
commit
a373c3858e
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ static FRandom pr_spawndebris ("SpawnDebris");
|
|||
static FRandom pr_spawnitemex ("SpawnItemEx");
|
||||
static FRandom pr_burst ("Burst");
|
||||
static FRandom pr_monsterrefire ("MonsterRefire");
|
||||
static FRandom pr_teleport("Teleport");
|
||||
static FRandom pr_teleport("A_Teleport");
|
||||
|
||||
|
||||
//==========================================================================
|
||||
|
|
Loading…
Reference in a new issue