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.
This commit is contained in:
Sally Coolatta 2024-10-17 23:22:26 -04:00
parent 323452df73
commit 001ae4a05b

View file

@ -562,8 +562,10 @@ void ACS_Archive(savebuffer_t *save)
std::ostream stream{&buffer}; std::ostream stream{&buffer};
ACSVM::Serial serial{stream}; ACSVM::Serial serial{stream};
#if 0
// Enable debug signatures. // Enable debug signatures.
serial.signs = true; serial.signs = true;
#endif
try try
{ {