From ad4adf90ca438c4b1adbc53526aa7f88881c31b2 Mon Sep 17 00:00:00 2001 From: Blixibon Date: Wed, 4 May 2022 20:50:44 -0500 Subject: [PATCH] Fixed a typo --- sp/src/game/server/hl2/weapon_ar1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sp/src/game/server/hl2/weapon_ar1.cpp b/sp/src/game/server/hl2/weapon_ar1.cpp index c6e49239..0d9c0240 100644 --- a/sp/src/game/server/hl2/weapon_ar1.cpp +++ b/sp/src/game/server/hl2/weapon_ar1.cpp @@ -98,7 +98,7 @@ public: } } -#ifdef MAPBSAE +#ifdef MAPBASE virtual acttable_t *GetBackupActivityList() { return GetAR2Acttable(); } virtual int GetBackupActivityListCount() { return GetAR2ActtableCount(); } #endif