mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-29 07:12:20 +00:00
SERVER: Fix Hellhound fog fading if map has no fog set
This commit is contained in:
parent
d1d9613574
commit
5d7d18ab6c
1 changed files with 2 additions and 0 deletions
|
@ -242,6 +242,8 @@ void() NewRound =
|
||||||
|
|
||||||
if (world.fog) {
|
if (world.fog) {
|
||||||
localcmd(strcat("fog ", world.fog));
|
localcmd(strcat("fog ", world.fog));
|
||||||
|
} else {
|
||||||
|
localcmd("fog 0 0 0 0 0\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue