From 8cfdf80cf9b4cbf43c926e612f9438622be62a5a Mon Sep 17 00:00:00 2001 From: Braden Obrzut Date: Mon, 7 Dec 2015 01:46:19 -0500 Subject: [PATCH 1/2] - Removed GetAspectRatio. --- zdefs.acs | 6 ------ zspecial.acs | 1 - 2 files changed, 7 deletions(-) diff --git a/zdefs.acs b/zdefs.acs index ae6c3d6..56e83dc 100644 --- a/zdefs.acs +++ b/zdefs.acs @@ -1078,9 +1078,3 @@ #define WARPF_USEPTR 0x2000 #define WARPF_COPYVELOCITY 0x4000 #define WARPF_COPYPITCH 0x8000 - -#define ASPECT_4_3 0 -#define ASPECT_16_9 1 -#define ASPECT_16_10 2 -#define ASPECT_17_10 3 -#define ASPECT_5_4 4 diff --git a/zspecial.acs b/zspecial.acs index a82f041..f5fa83f 100644 --- a/zspecial.acs +++ b/zspecial.acs @@ -336,7 +336,6 @@ special -90:GetActorRoll(1), -91:QuakeEx(8,12), -92:Warp(6,11), - -93:GetAspectRatio(0), // Zandronum's -100:ResetMap(0), From 29a59b39f50d655556a0df7e6733935e2b4ecf13 Mon Sep 17 00:00:00 2001 From: Blue-Shadow Date: Tue, 22 Dec 2015 19:01:35 +0300 Subject: [PATCH 2/2] Added GetMaxInventory ACS function --- zspecial.acs | 1 + 1 file changed, 1 insertion(+) diff --git a/zspecial.acs b/zspecial.acs index f5fa83f..f159cd1 100644 --- a/zspecial.acs +++ b/zspecial.acs @@ -336,6 +336,7 @@ special -90:GetActorRoll(1), -91:QuakeEx(8,12), -92:Warp(6,11), + -93:GetMaxInventory(2), // Zandronum's -100:ResetMap(0),