mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-12 23:54:35 +00:00
- exported constants for SetGlobalFogParameter to ZScript.
This commit is contained in:
parent
62dd810a4e
commit
e64f1e645d
1 changed files with 7 additions and 0 deletions
|
@ -1005,6 +1005,13 @@ enum ERaise
|
||||||
RF_NOCHECKPOSITION = 2
|
RF_NOCHECKPOSITION = 2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
enum eFogParm
|
||||||
|
{
|
||||||
|
FOGP_DENSITY = 0,
|
||||||
|
FOGP_OUTSIDEDENSITY = 1,
|
||||||
|
FOGP_SKYFOG = 2,
|
||||||
|
}
|
||||||
|
|
||||||
enum ETeleport
|
enum ETeleport
|
||||||
{
|
{
|
||||||
TELF_DESTFOG = 1,
|
TELF_DESTFOG = 1,
|
||||||
|
|
Loading…
Reference in a new issue