From d6f4ea38a2d679ac8481c82cfe6d58ec569952f7 Mon Sep 17 00:00:00 2001 From: Blixibon Date: Mon, 21 Nov 2022 00:47:05 -0600 Subject: [PATCH] Fixed typo in weapon_sniperrifle.cpp --- sp/src/game/server/hl2/weapon_sniperrifle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sp/src/game/server/hl2/weapon_sniperrifle.cpp b/sp/src/game/server/hl2/weapon_sniperrifle.cpp index f2939fcc..89887507 100644 --- a/sp/src/game/server/hl2/weapon_sniperrifle.cpp +++ b/sp/src/game/server/hl2/weapon_sniperrifle.cpp @@ -76,7 +76,7 @@ public: void Operator_HandleAnimEvent( animevent_t *pEvent, CBaseCombatCharacter *pOperator ); -#ifdef MAPBSAE +#ifdef MAPBASE virtual acttable_t *GetBackupActivityList() { return GetAR2Acttable(); } virtual int GetBackupActivityListCount() { return GetAR2ActtableCount(); } #endif