From 2224c32a73ee475e281d0be795ac283d14b538dc Mon Sep 17 00:00:00 2001 From: RGreenlees Date: Fri, 19 Apr 2024 16:15:29 +0100 Subject: [PATCH] Include AvHAISoundQueue in project * Bot hearing relies on the new AvHAISoundQueue files, so these must be added to the project --- main/source/dlls/hl.vcxproj | 2 ++ main/source/dlls/hl.vcxproj.filters | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/main/source/dlls/hl.vcxproj b/main/source/dlls/hl.vcxproj index e4d5c8ec..cd791f1a 100644 --- a/main/source/dlls/hl.vcxproj +++ b/main/source/dlls/hl.vcxproj @@ -256,6 +256,7 @@ + @@ -1390,6 +1391,7 @@ + diff --git a/main/source/dlls/hl.vcxproj.filters b/main/source/dlls/hl.vcxproj.filters index 90e9f2a5..3a28518f 100644 --- a/main/source/dlls/hl.vcxproj.filters +++ b/main/source/dlls/hl.vcxproj.filters @@ -545,6 +545,9 @@ mod\bots + + mod\bots + @@ -967,5 +970,8 @@ mod\bots + + mod\bots + \ No newline at end of file