mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +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
|
||||
}
|
||||
|
||||
enum eFogParm
|
||||
{
|
||||
FOGP_DENSITY = 0,
|
||||
FOGP_OUTSIDEDENSITY = 1,
|
||||
FOGP_SKYFOG = 2,
|
||||
}
|
||||
|
||||
enum ETeleport
|
||||
{
|
||||
TELF_DESTFOG = 1,
|
||||
|
|
Loading…
Reference in a new issue