mirror of
https://github.com/yquake2/zaero.git
synced 2024-11-10 06:32:04 +00:00
Fixed visor not working
This commit is contained in:
parent
fc2961df12
commit
f28a561788
1 changed files with 0 additions and 5 deletions
|
@ -214,11 +214,6 @@ edict_t *findNextCamera(edict_t *old)
|
|||
{
|
||||
edict_t *e = NULL;
|
||||
|
||||
if (!old)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
// first of all, are there *any* cameras?
|
||||
e = G_Find(NULL, FOFS(classname), "misc_securitycamera");
|
||||
if (e == NULL)
|
||||
|
|
Loading…
Reference in a new issue