OSDN Git Service

- Added ACS stubs for GZDoom's new SetGlobalFogParameter action special.
authorChristoph Oelckers <coelckers@zdoom.fake>
Tue, 29 Dec 2009 22:53:45 +0000 (22:53 +0000)
committerChristoph Oelckers <coelckers@zdoom.fake>
Tue, 29 Dec 2009 22:53:45 +0000 (22:53 +0000)
SVN r2058 (trunk)

zdefs.acs
zspecial.acs

index c6d11f0..92ff2e0 100644 (file)
--- a/zdefs.acs
+++ b/zdefs.acs
 #define BLOCKF_EVERYTHING 32\r
 #define BLOCKF_RAILING 64\r
 #define BLOCKF_USE 128\r
+\r
+#define FOGP_DENSITY 0\r
+#define FOGP_OUTSIDEDENSITY 1\r
+#define FOGP_SKYFOG 2\r
index 2a81e74..fa2217f 100644 (file)
@@ -124,6 +124,7 @@ special
        152:Team_Score(2),\r
        153:Team_GivePoints(3),\r
 \r
+       157:SetGlobalFogParameter(2),           // GZDoom only!\r
        158:FS_Execute(1,4),                            // GZDoom only!\r
        159:Sector_SetPlaneReflection(3),       // GZDoom only!\r
        //160:Sector_Set3DFloor                         // GZDoom/Vavoom\r