From 7720e514934fd933502876fab2666a3c4a4516a3 Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Wed, 8 Mar 2023 00:55:12 +0000 Subject: Fix `sv_alltalk 1` (broken originally by respawn changes) (#291) * fix sv_alltalk 1 (broken originally by respawn changes) * nvm i forgor to commit literally the main file * fix formatting * unsure why this was buidling but it shouldn't've been? fix build errors regardless * remove duplicate alltalk.cpp * add (experimental) potentially less jank patch * (now working) better patch for checking if alltalk is enabled * oops put a z in it boo womp * fixup formatting --- NorthstarDLL/NorthstarDLL.vcxproj | 1 + 1 file changed, 1 insertion(+) (limited to 'NorthstarDLL/NorthstarDLL.vcxproj') diff --git a/NorthstarDLL/NorthstarDLL.vcxproj b/NorthstarDLL/NorthstarDLL.vcxproj index 7aa68841..12867b4b 100644 --- a/NorthstarDLL/NorthstarDLL.vcxproj +++ b/NorthstarDLL/NorthstarDLL.vcxproj @@ -522,6 +522,7 @@ + -- cgit v1.2.3