- exported constants for SetGlobalFogParameter to ZScript.

This commit is contained in:
Christoph Oelckers 2017-03-02 13:14:16 +01:00
parent 62dd810a4e
commit e64f1e645d
1 changed files with 7 additions and 0 deletions

View File

@ -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,