From 28f5f86f91985929a1e16762134bc34cb6ff9789 Mon Sep 17 00:00:00 2001 From: Justin Marshall Date: Fri, 26 Jun 2020 15:01:11 -0700 Subject: [PATCH] Missing file from previous checkin. --- code/redalert/vector.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/redalert/vector.h b/code/redalert/vector.h index 135db04..2cd4ca2 100644 --- a/code/redalert/vector.h +++ b/code/redalert/vector.h @@ -187,6 +187,11 @@ public: Active = active; } + int GetActive() + { + return Active; + } + void Clear_All() { for (int i = FIRST; i < COUNT; ++i)