From 2c3a499c677cb425790a4d6d12e72ace6cb65872 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 28 Aug 2016 16:13:13 +0200 Subject: [PATCH] - added CheckClass definition. --- zspecial.acs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zspecial.acs b/zspecial.acs index 39ea921..3f7ba0e 100644 --- a/zspecial.acs +++ b/zspecial.acs @@ -396,6 +396,9 @@ special -124:EndDBTransaction(0), -125:GetDBEntries(1), + // -1xx are reserved for Zandronum + -200:CheckClass(1), + // ZDaemon's -19620:GetTeamScore(1), -19621:SetTeamScore(2),