mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2025-01-31 22:00:36 +00:00
- fix uninited variable
This commit is contained in:
parent
7c85b22fb1
commit
033b1f62fd
1 changed files with 1 additions and 1 deletions
|
@ -651,7 +651,7 @@ entity (entity scanner) LookAroundGrunty =
|
|||
|
||||
entity () GruntyPharse =
|
||||
{
|
||||
local entity retarg;
|
||||
local entity retarg = world;
|
||||
local float r;
|
||||
r = random();
|
||||
|
||||
|
|
Loading…
Reference in a new issue