From 001ae4a05bfaa24b170f68692050d6a3d5cce304 Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Thu, 17 Oct 2024 23:22:26 -0400 Subject: [PATCH] Disable ACSVM save debug signatures Adds a lot of extra time, and I meant to remove this when I confirmed ACS in netgames was working. --- src/acs/interface.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/acs/interface.cpp b/src/acs/interface.cpp index 7f6a703cc..60689d24a 100644 --- a/src/acs/interface.cpp +++ b/src/acs/interface.cpp @@ -562,8 +562,10 @@ void ACS_Archive(savebuffer_t *save) std::ostream stream{&buffer}; ACSVM::Serial serial{stream}; +#if 0 // Enable debug signatures. serial.signs = true; +#endif try {